#0C8027

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

Shades of Forest Green #0C8027

Tints of Forest Green #0C8027

Color information

#0C8027 (or 0x0C8027) is unknown color: approx Forest Green. HEX triplet: 0C, 80 and 27. RGB value is (12,128,39). Sum of RGB (Red+Green+Blue) = 12+128+39=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 128 (50.39% from 255 or 71.51% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 128 - color contains mainly: green. Hex color #0C8027 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8027 is #F37FD8. Grayscale: #535353. Windows color (decimal): -15957977 or 2588684. OLE color: 2588684.

HSL color Cylindrical-coordinate representation of color #0C8027: hue angle of 133.97º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8027 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB1212839-
CMYK0.9100.700.50
HSL133.97º82.86%27.45%-
HSV(B)133.97º90.62%50.2%-
XYZ8.2415.664.51-
YUV83.17103.0777.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.70%
GREEN value IS 128 (50.39% from 255) = 71.51%
BLUE value IS 39 (15.62% from 255) = 21.79%
R=6.70%
G=71.51%
B=21.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12128390.9100.700.50133.9782.8627.45
HexC80275B0463286531b
Octal142004713301066220612333
Binary11001000000010011110110110100011011001010000110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C8027; }

 p { color: rgb(12,128,39); }

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

<style>
 a { background-color: #0C8027; }

 a { background-color: rgb(12,128,39); }

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

<style>
 span { border-color: #0C8027; }

 span { border-color: rgb(12,128,39); }

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