#0C8122

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

Shades of Forest Green #0C8122

Tints of Forest Green #0C8122

Color information

#0C8122 (or 0x0C8122) is unknown color: approx Forest Green. HEX triplet: 0C, 81 and 22. RGB value is (12,129,34). Sum of RGB (Red+Green+Blue) = 12+129+34=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 129 (50.78% from 255 or 73.71% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 129 - color contains mainly: green. Hex color #0C8122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8122 is #F37EDD. Grayscale: #535353. Windows color (decimal): -15957726 or 2261260. OLE color: 2261260.

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

Color convert

RGB1212934-
CMYK0.9100.740.49
HSL131.28º82.98%27.65%-
HSV(B)131.28º90.7%50.59%-
XYZ8.2915.894.14-
YUV83.19100.2477.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.86%
GREEN value IS 129 (50.78% from 255) = 73.71%
BLUE value IS 34 (13.67% from 255) = 19.43%
R=6.86%
G=73.71%
B=19.43%

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
Decimal12129340.9100.740.49131.2882.9827.65
HexC81225B04A3183531c
Octal142014213301126120312334
Binary11001000000110001010110110100101011000110000011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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