#0C8822

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

Shades of Forest Green #0C8822

Tints of Forest Green #0C8822

Color information

#0C8822 (or 0x0C8822) is unknown color: approx Forest Green. HEX triplet: 0C, 88 and 22. RGB value is (12,136,34). Sum of RGB (Red+Green+Blue) = 12+136+34=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 136 (53.52% from 255 or 74.73% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 136 - color contains mainly: green. Hex color #0C8822 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8822 is #F377DD. Grayscale: #575757. Windows color (decimal): -15955934 or 2263052. OLE color: 2263052.

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

Color convert

RGB1213634-
CMYK0.9100.750.47
HSL130.65º83.78%29.02%-
HSV(B)130.65º91.18%53.33%-
XYZ9.2417.84.46-
YUV87.397.9274.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.59%
GREEN value IS 136 (53.52% from 255) = 74.73%
BLUE value IS 34 (13.67% from 255) = 18.68%
R=6.59%
G=74.73%
B=18.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12136340.9100.750.47130.6583.7829.02
HexC88225B04B2F83541d
Octal142104213301135720312435
Binary11001000100010001010110110100101110111110000011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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