#0C811E

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

Shades of Forest Green #0C811E

Tints of Forest Green #0C811E

Color information

#0C811E (or 0x0C811E) is unknown color: approx Forest Green. HEX triplet: 0C, 81 and 1E. RGB value is (12,129,30). Sum of RGB (Red+Green+Blue) = 12+129+30=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 129 (50.78% from 255 or 75.44% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 129 - color contains mainly: green. Hex color #0C811E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C811E is #F37EE1. Grayscale: #535353. Windows color (decimal): -15957730 or 1999116. OLE color: 1999116.

HSL color Cylindrical-coordinate representation of color #0C811E: hue angle of 129.23º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C811E is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1212930-
CMYK0.9100.770.49
HSL129.23º82.98%27.65%-
HSV(B)129.23º90.7%50.59%-
XYZ8.2415.873.86-
YUV82.7398.2477.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.02%
GREEN value IS 129 (50.78% from 255) = 75.44%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=7.02%
G=75.44%
B=17.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12129300.9100.770.49129.2382.9827.65
HexC811E5B04D3181531c
Octal142013613301156120112334
Binary1100100000011111010110110100110111000110000001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,129,30); }

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

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

 a { background-color: rgb(12,129,30); }

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

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

 span { border-color: rgb(12,129,30); }

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