Shades of Deep Fir #0C2F16
Tints of Deep Fir #0C2F16
RGB
CMYK
RGB Variations
Color information
#0C2F16 (or 0x0C2F16) is known color: Deep Fir. HEX triplet: 0C, 2F and 16. RGB value is (12,47,22). Sum of RGB (Red+Green+Blue) = 12+47+22=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 47 (18.75% from 255 or 58.02% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 47 - color contains mainly: green. Hex color #0C2F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2F16 is #F3D0E9. Grayscale: #212121. Windows color (decimal): -15978730 or 1453836. OLE color: 1453836.
HSL color Cylindrical-coordinate representation of color #0C2F16: hue angle of 137.14º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2F16 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 47 | 22 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.82 |
| HSL | 137.14º | 0.59% | 0.12% | - |
| HSV(B) | 137.14º | 0.74% | 0.18% | - |
| XYZ | 1.31 | 2.17 | 1.11 | - |
| YUV | 33.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 47 | 22 | 0.74 | 0 | 0.53 | 0.82 | 137.14 | 0.59 | 0.12 |
| Hex | C | 2F | 16 | 4A | 0 | 35 | 52 | 89 | 3B | C |
| Octal | 14 | 57 | 26 | 112 | 0 | 65 | 122 | 211 | 73 | 14 |
| Binary | 1100 | 101111 | 10110 | 1001010 | 0 | 110101 | 1010010 | 10001001 | 111011 | 1100 |
Color Harmonies of #0C2F16
Complementary color
Monochromatic Colors of #0C2F16
Black with #0C2F16
Text Example
Text Example
White with #0C2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2F16; }
p { color: rgb(12,47,22); }
H1.HeaderClassName
{
color: #0C2F16;
}
.AnyTagClassName
{
color: #0C2F16;
}
</style>
background-color css
<style>
a { background-color: #0C2F16; }
a { background-color: rgb(12,47,22); }
div.DivClassName
{
background-color: #0C2F16;
}
.BgClassName
{
background-color: #0C2F16;
}
</style>
border-color css
<style>
span { border-color: #0C2F16; }
span { border-color: rgb(12,47,22); }
td.TdClassName
{
border-color: #0C2F16;
}
.TagClassName
{
border-color: #0C2F16;
}
</style>