#2C870C

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

Shades of Forest Green #2C870C

Tints of Forest Green #2C870C

Color information

#2C870C (or 0x2C870C) is unknown color: approx Forest Green. HEX triplet: 2C, 87 and 0C. RGB value is (44,135,12). Sum of RGB (Red+Green+Blue) = 44+135+12=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 135 (53.12% from 255 or 70.68% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 135 - color contains mainly: green. Hex color #2C870C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C870C is #D378F3. Grayscale: #5E5E5E. Windows color (decimal): -13859060 or 821036. OLE color: 821036.

HSL color Cylindrical-coordinate representation of color #2C870C: hue angle of 104.39º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C870C is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB4413512-
CMYK0.6700.910.47
HSL104.39º83.67%28.82%-
HSV(B)104.39º91.11%52.94%-
XYZ9.7717.893.29-
YUV93.7781.8592.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.04%
GREEN value IS 135 (53.12% from 255) = 70.68%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=23.04%
G=70.68%
B=6.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44135120.6700.910.47104.3983.6728.82
Hex2C87C4305B2F68541d
Octal542071410301335715012435
Binary1011001000011111001000011010110111011111101000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,135,12); }

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

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

 a { background-color: rgb(44,135,12); }

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

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

 span { border-color: rgb(44,135,12); }

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