Shades of Dark Green #0C1F16
Tints of Dark Green #0C1F16
RGB
CMYK
RGB Variations
Color information
#0C1F16 (or 0x0C1F16) is known color: Dark Green. HEX triplet: 0C, 1F and 16. RGB value is (12,31,22). Sum of RGB (Red+Green+Blue) = 12+31+22=65 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.46% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1F16 is #F3E0E9. Grayscale: #181818. Windows color (decimal): -15982826 or 1449740. OLE color: 1449740.
HSL color Cylindrical-coordinate representation of color #0C1F16: hue angle of 151.58º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0C1F16 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 31 | 22 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.88 |
| HSL | 151.58º | 0.44% | 0.08% | - |
| HSV(B) | 151.58º | 0.61% | 0.12% | - |
| XYZ | 0.79 | 1.12 | 0.93 | - |
| YUV | 24.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 31 | 22 | 0.61 | 0 | 0.29 | 0.88 | 151.58 | 0.44 | 0.08 |
| Hex | C | 1F | 16 | 3D | 0 | 1D | 58 | 98 | 2C | 8 |
| Octal | 14 | 37 | 26 | 75 | 0 | 35 | 130 | 230 | 54 | 10 |
| Binary | 1100 | 11111 | 10110 | 111101 | 0 | 11101 | 1011000 | 10011000 | 101100 | 1000 |
Color Harmonies of #0C1F16
Complementary color
Monochromatic Colors of #0C1F16
Black with #0C1F16
Text Example
Text Example
White with #0C1F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1F16; }
p { color: rgb(12,31,22); }
H1.HeaderClassName
{
color: #0C1F16;
}
.AnyTagClassName
{
color: #0C1F16;
}
</style>
background-color css
<style>
a { background-color: #0C1F16; }
a { background-color: rgb(12,31,22); }
div.DivClassName
{
background-color: #0C1F16;
}
.BgClassName
{
background-color: #0C1F16;
}
</style>
border-color css
<style>
span { border-color: #0C1F16; }
span { border-color: rgb(12,31,22); }
td.TdClassName
{
border-color: #0C1F16;
}
.TagClassName
{
border-color: #0C1F16;
}
</style>