Shades of Forest Green #0C9019
Tints of Forest Green #0C9019
RGB
CMYK
RGB Variations
Color information
#0C9019 (or 0x0C9019) is known color: Forest Green. HEX triplet: 0C, 90 and 19. RGB value is (12,144,25). Sum of RGB (Red+Green+Blue) = 12+144+25=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 144 (56.64% from 255 or 79.56% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 144 - color contains mainly: green. Hex color #0C9019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9019 is #F36FE6. Grayscale: #5B5B5B. Windows color (decimal): -15953895 or 1675276. OLE color: 1675276.
HSL color Cylindrical-coordinate representation of color #0C9019: hue angle of 125.91º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9019 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 144 | 25 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.44 |
| HSL | 125.91º | 0.85% | 0.31% | - |
| HSV(B) | 125.91º | 0.92% | 0.56% | - |
| XYZ | 10.3 | 20.09 | 4.26 | - |
| YUV | 90.97 | 90.77 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 144 | 25 | 0.92 | 0 | 0.83 | 0.44 | 125.91 | 0.85 | 0.31 |
| Hex | C | 90 | 19 | 5C | 0 | 53 | 2C | 7E | 55 | 1F |
| Octal | 14 | 220 | 31 | 134 | 0 | 123 | 54 | 176 | 125 | 37 |
| Binary | 1100 | 10010000 | 11001 | 1011100 | 0 | 1010011 | 101100 | 1111110 | 1010101 | 11111 |
Color Harmonies of #0C9019
Complementary color
Monochromatic Colors of #0C9019
Black with #0C9019
Text Example
Text Example
White with #0C9019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9019; }
p { color: rgb(12,144,25); }
H1.HeaderClassName
{
color: #0C9019;
}
.AnyTagClassName
{
color: #0C9019;
}
</style>
background-color css
<style>
a { background-color: #0C9019; }
a { background-color: rgb(12,144,25); }
div.DivClassName
{
background-color: #0C9019;
}
.BgClassName
{
background-color: #0C9019;
}
</style>
border-color css
<style>
span { border-color: #0C9019; }
span { border-color: rgb(12,144,25); }
td.TdClassName
{
border-color: #0C9019;
}
.TagClassName
{
border-color: #0C9019;
}
</style>