#2B7F20

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

Shades of Forest Green #2B7F20

Tints of Forest Green #2B7F20

Color information

#2B7F20 (or 0x2B7F20) is unknown color: approx Forest Green. HEX triplet: 2B, 7F and 20. RGB value is (43,127,32). Sum of RGB (Red+Green+Blue) = 43+127+32=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 127 (50% from 255 or 62.87% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F20 is #D480DF. Grayscale: #5B5B5B. Windows color (decimal): -13926624 or 2129707. OLE color: 2129707.

HSL color Cylindrical-coordinate representation of color #2B7F20: hue angle of 113.05º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B7F20 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB4312732-
CMYK0.6600.750.50
HSL113.05º59.75%31.18%-
HSV(B)113.05º74.8%49.8%-
XYZ8.8515.83.95-
YUV91.0594.6793.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.29%
GREEN value IS 127 (50% from 255) = 62.87%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=21.29%
G=62.87%
B=15.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43127320.6600.750.50113.0559.7531.18
Hex2B7F204204B32713c1f
Octal53177401020113621617437
Binary1010111111111100000100001001001011110010111000111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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