#2BA81D

Color #2BA81D Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2BA81D

Tints of Forest Green #2BA81D

Color information

#2BA81D (or 0x2BA81D) is unknown color: approx Forest Green. HEX triplet: 2B, A8 and 1D. RGB value is (43,168,29). Sum of RGB (Red+Green+Blue) = 43+168+29=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 168 (66.02% from 255 or 70% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA81D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA81D is #D457E2. Grayscale: #737373. Windows color (decimal): -13916131 or 1943595. OLE color: 1943595.

HSL color Cylindrical-coordinate representation of color #2BA81D: hue angle of 113.96º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BA81D is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB4316829-
CMYK0.7400.830.34
HSL113.96º70.56%38.63%-
HSV(B)113.96º82.74%65.88%-
XYZ15.2228.615.88-
YUV114.7879.5976.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 168 (66.02% from 255) = 70%
BLUE value IS 29 (11.72% from 255) = 12.08%
R=17.92%
G=70%
B=12.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal43168290.7400.830.34113.9670.5638.63
Hex2BA81D4A05322724727
Octal532503511201234216210747
Binary101011101010001110110010100101001110001011100101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA81D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BA81D; }

 p { color: rgb(43,168,29); }

 H1.HeaderClassName
 {
   color: #2BA81D;
 }
 .AnyTagClassName
 {
   color: #2BA81D;
 }
</style>
background-color css

<style>
 a { background-color: #2BA81D; }

 a { background-color: rgb(43,168,29); }

 div.DivClassName
 {
   background-color: #2BA81D;
 }
 .BgClassName
 {
   background-color: #2BA81D;
 }
</style>
border-color css

<style>
 span { border-color: #2BA81D; }

 span { border-color: rgb(43,168,29); }

 td.TdClassName
 {
   border-color: #2BA81D;
 }
 .TagClassName
 {
   border-color: #2BA81D;
 }
</style>