Shades of Deep Fir #0C2F18
Tints of Deep Fir #0C2F18
RGB
CMYK
RGB Variations
Color information
#0C2F18 (or 0x0C2F18) is known color: Deep Fir. HEX triplet: 0C, 2F and 18. RGB value is (12,47,24). Sum of RGB (Red+Green+Blue) = 12+47+24=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 47 (18.75% from 255 or 56.63% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 47 - color contains mainly: green. Hex color #0C2F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2F18 is #F3D0E7. Grayscale: #212121. Windows color (decimal): -15978728 or 1584908. OLE color: 1584908.
HSL color Cylindrical-coordinate representation of color #0C2F18: hue angle of 140.57º 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 #0C2F18 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 47 | 24 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.82 |
| HSL | 140.57º | 0.59% | 0.12% | - |
| HSV(B) | 140.57º | 0.74% | 0.18% | - |
| XYZ | 1.33 | 2.18 | 1.21 | - |
| YUV | 33.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 47 | 24 | 0.74 | 0 | 0.49 | 0.82 | 140.57 | 0.59 | 0.12 |
| Hex | C | 2F | 18 | 4A | 0 | 31 | 52 | 8D | 3B | C |
| Octal | 14 | 57 | 30 | 112 | 0 | 61 | 122 | 215 | 73 | 14 |
| Binary | 1100 | 101111 | 11000 | 1001010 | 0 | 110001 | 1010010 | 10001101 | 111011 | 1100 |
Color Harmonies of #0C2F18
Complementary color
Monochromatic Colors of #0C2F18
Black with #0C2F18
Text Example
Text Example
White with #0C2F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2F18; }
p { color: rgb(12,47,24); }
H1.HeaderClassName
{
color: #0C2F18;
}
.AnyTagClassName
{
color: #0C2F18;
}
</style>
background-color css
<style>
a { background-color: #0C2F18; }
a { background-color: rgb(12,47,24); }
div.DivClassName
{
background-color: #0C2F18;
}
.BgClassName
{
background-color: #0C2F18;
}
</style>
border-color css
<style>
span { border-color: #0C2F18; }
span { border-color: rgb(12,47,24); }
td.TdClassName
{
border-color: #0C2F18;
}
.TagClassName
{
border-color: #0C2F18;
}
</style>