#2c9e14

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

Shades of Forest Green #2C9E14

Tints of Forest Green #2C9E14

Color information

#2C9E14 (or 0x2C9E14) is unknown color: approx Forest Green. HEX triplet: 2C, 9E and 14. RGB value is (44,158,20). Sum of RGB (Red+Green+Blue) = 44+158+20=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 158 (62.11% from 255 or 71.17% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9E14 is #D361EB. Grayscale: #6C6C6C. Windows color (decimal): -13853164 or 1351212. OLE color: 1351212.

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

Color convert

RGB4415820-
CMYK0.7200.870.38
HSL109.57º77.53%34.9%-
HSV(B)109.57º87.34%61.96%-
XYZ13.3925.044.79-
YUV108.1878.2382.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.82%
GREEN value IS 158 (62.11% from 255) = 71.17%
BLUE value IS 20 (8.20% from 255) = 9.01%
R=19.82%
G=71.17%
B=9.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44158200.7200.870.38109.5777.5334.9
Hex2C9E1448057266e4e23
Octal542362411001274615611643
Binary101100100111101010010010000101011110011011011101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c9e14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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