#2C9E25

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

Shades of Forest Green #2C9E25

Tints of Forest Green #2C9E25

Color information

#2C9E25 (or 0x2C9E25) is unknown color: approx Forest Green. HEX triplet: 2C, 9E and 25. RGB value is (44,158,37). Sum of RGB (Red+Green+Blue) = 44+158+37=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 158 (62.11% from 255 or 66.11% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9E25 is #D361DA. Grayscale: #6E6E6E. Windows color (decimal): -13853147 or 2465324. OLE color: 2465324.

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

Color convert

RGB4415837-
CMYK0.7200.770.38
HSL116.53º62.05%38.24%-
HSV(B)116.53º76.58%61.96%-
XYZ13.625.125.88-
YUV110.1286.7380.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.41%
GREEN value IS 158 (62.11% from 255) = 66.11%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=18.41%
G=66.11%
B=15.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44158370.7200.770.38116.5362.0538.24
Hex2C9E254804D26753e26
Octal54236451100115461657646
Binary101100100111101001011001000010011011001101110101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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