#2C9612

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

Shades of Forest Green #2C9612

Tints of Forest Green #2C9612

Color information

#2C9612 (or 0x2C9612) is unknown color: approx Forest Green. HEX triplet: 2C, 96 and 12. RGB value is (44,150,18). Sum of RGB (Red+Green+Blue) = 44+150+18=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 150 (58.98% from 255 or 70.75% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 150 - color contains mainly: green. Hex color #2C9612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9612 is #D369ED. Grayscale: #676767. Windows color (decimal): -13855214 or 1218092. OLE color: 1218092.

HSL color Cylindrical-coordinate representation of color #2C9612: hue angle of 108.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C9612 is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB4415018-
CMYK0.7100.880.41
HSL108.18º78.57%32.94%-
HSV(B)108.18º88%58.82%-
XYZ12.0522.394.26-
YUV103.2679.8885.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.75%
GREEN value IS 150 (58.98% from 255) = 70.75%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=20.75%
G=70.75%
B=8.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal44150180.7100.880.41108.1878.5732.94
Hex2C961247058296c4f21
Octal542262210701305115411741
Binary101100100101101001010001110101100010100111011001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,150,18); }

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

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

 a { background-color: rgb(44,150,18); }

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

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

 span { border-color: rgb(44,150,18); }

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