#0C8222

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

Shades of Forest Green #0C8222

Tints of Forest Green #0C8222

Color information

#0C8222 (or 0x0C8222) is unknown color: approx Forest Green. HEX triplet: 0C, 82 and 22. RGB value is (12,130,34). Sum of RGB (Red+Green+Blue) = 12+130+34=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 130 (51.17% from 255 or 73.86% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 130 - color contains mainly: green. Hex color #0C8222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8222 is #F37DDD. Grayscale: #545454. Windows color (decimal): -15957470 or 2261516. OLE color: 2261516.

HSL color Cylindrical-coordinate representation of color #0C8222: hue angle of 131.19º 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 #0C8222 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB1213034-
CMYK0.9100.740.49
HSL131.19º83.1%27.84%-
HSV(B)131.19º90.77%50.98%-
XYZ8.4216.164.19-
YUV83.7799.9176.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.82%
GREEN value IS 130 (51.17% from 255) = 73.86%
BLUE value IS 34 (13.67% from 255) = 19.32%
R=6.82%
G=73.86%
B=19.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12130340.9100.740.49131.1983.127.84
HexC82225B04A3183531c
Octal142024213301126120312334
Binary11001000001010001010110110100101011000110000011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,130,34); }

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

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

 a { background-color: rgb(12,130,34); }

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

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

 span { border-color: rgb(12,130,34); }

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