Shades of Green #0C7013
Tints of Green #0C7013
RGB
CMYK
RGB Variations
Color information
#0C7013 (or 0x0C7013) is known color: Green. HEX triplet: 0C, 70 and 13. RGB value is (12,112,19). Sum of RGB (Red+Green+Blue) = 12+112+19=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #0C7013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7013 is #F38FEC. Grayscale: #474747. Windows color (decimal): -15962093 or 1273868. OLE color: 1273868.
HSL color Cylindrical-coordinate representation of color #0C7013: hue angle of 124.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7013 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 112 | 19 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.56 |
| HSL | 124.2º | 0.81% | 0.24% | - |
| HSV(B) | 124.2º | 0.89% | 0.44% | - |
| XYZ | 6.06 | 11.71 | 2.56 | - |
| YUV | 71.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 112 | 19 | 0.89 | 0 | 0.83 | 0.56 | 124.2 | 0.81 | 0.24 |
| Hex | C | 70 | 13 | 59 | 0 | 53 | 38 | 7C | 51 | 18 |
| Octal | 14 | 160 | 23 | 131 | 0 | 123 | 70 | 174 | 121 | 30 |
| Binary | 1100 | 1110000 | 10011 | 1011001 | 0 | 1010011 | 111000 | 1111100 | 1010001 | 11000 |
Color Harmonies of #0C7013
Complementary color
Monochromatic Colors of #0C7013
Black with #0C7013
Text Example
Text Example
White with #0C7013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7013; }
p { color: rgb(12,112,19); }
H1.HeaderClassName
{
color: #0C7013;
}
.AnyTagClassName
{
color: #0C7013;
}
</style>
background-color css
<style>
a { background-color: #0C7013; }
a { background-color: rgb(12,112,19); }
div.DivClassName
{
background-color: #0C7013;
}
.BgClassName
{
background-color: #0C7013;
}
</style>
border-color css
<style>
span { border-color: #0C7013; }
span { border-color: rgb(12,112,19); }
td.TdClassName
{
border-color: #0C7013;
}
.TagClassName
{
border-color: #0C7013;
}
</style>