Shades of Green #0C5901
Tints of Green #0C5901
RGB
CMYK
RGB Variations
Color information
#0C5901 (or 0x0C5901) is known color: Green. HEX triplet: 0C, 59 and 01. RGB value is (12,89,1). Sum of RGB (Red+Green+Blue) = 12+89+1=102 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.76% from 102); Green value is 89 (35.16% from 255 or 87.25% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 89 - color contains mainly: green. Hex color #0C5901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5901 is #F3A6FE. Grayscale: #383838. Windows color (decimal): -15967999 or 88332. OLE color: 88332.
HSL color Cylindrical-coordinate representation of color #0C5901: hue angle of 112.5º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C5901 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 89 | 1 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.65 |
| HSL | 112.5º | 0.98% | 0.18% | - |
| HSV(B) | 112.5º | 0.99% | 0.35% | - |
| XYZ | 3.73 | 7.23 | 1.23 | - |
| YUV | 55.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 89 | 1 | 0.87 | 0 | 0.99 | 0.65 | 112.5 | 0.98 | 0.18 |
| Hex | C | 59 | 1 | 57 | 0 | 63 | 41 | 70 | 62 | 12 |
| Octal | 14 | 131 | 1 | 127 | 0 | 143 | 101 | 160 | 142 | 22 |
| Binary | 1100 | 1011001 | 1 | 1010111 | 0 | 1100011 | 1000001 | 1110000 | 1100010 | 10010 |
Color Harmonies of #0C5901
Complementary color
Monochromatic Colors of #0C5901
Black with #0C5901
Text Example
Text Example
White with #0C5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5901; }
p { color: rgb(12,89,1); }
H1.HeaderClassName
{
color: #0C5901;
}
.AnyTagClassName
{
color: #0C5901;
}
</style>
background-color css
<style>
a { background-color: #0C5901; }
a { background-color: rgb(12,89,1); }
div.DivClassName
{
background-color: #0C5901;
}
.BgClassName
{
background-color: #0C5901;
}
</style>
border-color css
<style>
span { border-color: #0C5901; }
span { border-color: rgb(12,89,1); }
td.TdClassName
{
border-color: #0C5901;
}
.TagClassName
{
border-color: #0C5901;
}
</style>