#2C9F20

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

Shades of Forest Green #2C9F20

Tints of Forest Green #2C9F20

Color information

#2C9F20 (or 0x2C9F20) is unknown color: approx Forest Green. HEX triplet: 2C, 9F and 20. RGB value is (44,159,32). Sum of RGB (Red+Green+Blue) = 44+159+32=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 159 (62.5% from 255 or 67.66% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 159 - color contains mainly: green. Hex color #2C9F20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9F20 is #D360DF. Grayscale: #6E6E6E. Windows color (decimal): -13852896 or 2137900. OLE color: 2137900.

HSL color Cylindrical-coordinate representation of color #2C9F20: hue angle of 114.33º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C9F20 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB4415932-
CMYK0.7200.800.38
HSL114.33º66.49%37.45%-
HSV(B)114.33º79.87%62.35%-
XYZ13.725.445.55-
YUV110.1483.980.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.72%
GREEN value IS 159 (62.5% from 255) = 67.66%
BLUE value IS 32 (12.89% from 255) = 13.62%
R=18.72%
G=67.66%
B=13.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44159320.7200.800.38114.3366.4937.45
Hex2C9F204805026724225
Octal542374011001204616210245
Binary1011001001111110000010010000101000010011011100101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,159,32); }

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

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

 a { background-color: rgb(44,159,32); }

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

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

 span { border-color: rgb(44,159,32); }

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