#0C8D1C

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

Shades of Forest Green #0C8D1C

Tints of Forest Green #0C8D1C

Color information

#0C8D1C (or 0x0C8D1C) is unknown color: approx Forest Green. HEX triplet: 0C, 8D and 1C. RGB value is (12,141,28). Sum of RGB (Red+Green+Blue) = 12+141+28=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 141 (55.47% from 255 or 77.90% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 141 - color contains mainly: green. Hex color #0C8D1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8D1C is #F372E3. Grayscale: #595959. Windows color (decimal): -15954660 or 1871116. OLE color: 1871116.

HSL color Cylindrical-coordinate representation of color #0C8D1C: hue angle of 127.44º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8D1C is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB1214128-
CMYK0.9100.800.45
HSL127.44º84.31%30%-
HSV(B)127.44º91.49%55.29%-
XYZ9.8919.214.29-
YUV89.5593.2672.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.63%
GREEN value IS 141 (55.47% from 255) = 77.90%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=6.63%
G=77.90%
B=15.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12141280.9100.800.45127.4484.3130
HexC8D1C5B0502D7f541e
Octal142153413301205517712436
Binary110010001101111001011011010100001011011111111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,141,28); }

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

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

 a { background-color: rgb(12,141,28); }

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

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

 span { border-color: rgb(12,141,28); }

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