#2BAB20

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

Shades of Forest Green #2BAB20

Tints of Forest Green #2BAB20

Color information

#2BAB20 (or 0x2BAB20) is unknown color: approx Forest Green. HEX triplet: 2B, AB and 20. RGB value is (43,171,32). Sum of RGB (Red+Green+Blue) = 43+171+32=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 171 (67.19% from 255 or 69.51% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAB20 is #D454DF. Grayscale: #757575. Windows color (decimal): -13915360 or 2140971. OLE color: 2140971.

HSL color Cylindrical-coordinate representation of color #2BAB20: hue angle of 115.25º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BAB20 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB4317132-
CMYK0.7500.810.33
HSL115.25º68.47%39.8%-
HSV(B)115.25º81.29%67.06%-
XYZ15.8229.746.27-
YUV116.8880.0975.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 171 (67.19% from 255) = 69.51%
BLUE value IS 32 (12.89% from 255) = 13.01%
R=17.48%
G=69.51%
B=13.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43171320.7500.810.33115.2568.4739.8
Hex2BAB204B05121734428
Octal532534011301214116310450
Binary1010111010101110000010010110101000110000111100111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAB20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,171,32); }

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

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

 a { background-color: rgb(43,171,32); }

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

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

 span { border-color: rgb(43,171,32); }

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