#2C9F13

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

Shades of Forest Green #2C9F13

Tints of Forest Green #2C9F13

Color information

#2C9F13 (or 0x2C9F13) is unknown color: approx Forest Green. HEX triplet: 2C, 9F and 13. RGB value is (44,159,19). Sum of RGB (Red+Green+Blue) = 44+159+19=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 159 (62.5% from 255 or 71.62% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 159 - color contains mainly: green. Hex color #2C9F13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9F13 is #D360EC. Grayscale: #6D6D6D. Windows color (decimal): -13852909 or 1285932. OLE color: 1285932.

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

Color convert

RGB4415919-
CMYK0.7200.880.38
HSL109.29º78.65%34.9%-
HSV(B)109.29º88.05%62.35%-
XYZ13.5525.384.8-
YUV108.6677.481.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.82%
GREEN value IS 159 (62.5% from 255) = 71.62%
BLUE value IS 19 (7.81% from 255) = 8.56%
R=19.82%
G=71.62%
B=8.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44159190.7200.880.38109.2978.6534.9
Hex2C9F1348058266d4f23
Octal542372311001304615511743
Binary101100100111111001110010000101100010011011011011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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