#2C9E32

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

Shades of Forest Green #2C9E32

Tints of Forest Green #2C9E32

Color information

#2C9E32 (or 0x2C9E32) is unknown color: approx Forest Green. HEX triplet: 2C, 9E and 32. RGB value is (44,158,50). Sum of RGB (Red+Green+Blue) = 44+158+50=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 158 (62.11% from 255 or 62.70% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9E32 is #D361CD. Grayscale: #6F6F6F. Windows color (decimal): -13853134 or 3317292. OLE color: 3317292.

HSL color Cylindrical-coordinate representation of color #2C9E32: hue angle of 123.16º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9E32 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB4415850-
CMYK0.7200.680.38
HSL123.16º56.44%39.61%-
HSV(B)123.16º72.15%61.96%-
XYZ13.8425.227.16-
YUV111.693.2379.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.46%
GREEN value IS 158 (62.11% from 255) = 62.70%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=17.46%
G=62.70%
B=19.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44158500.7200.680.38123.1656.4439.61
Hex2C9E3248044267b3828
Octal54236621100104461737050
Binary101100100111101100101001000010001001001101111011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,158,50); }

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

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

 a { background-color: rgb(44,158,50); }

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

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

 span { border-color: rgb(44,158,50); }

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