Shades of Deep Fir #0C2B12
Tints of Deep Fir #0C2B12
RGB
CMYK
RGB Variations
Color information
#0C2B12 (or 0x0C2B12) is known color: Deep Fir. HEX triplet: 0C, 2B and 12. RGB value is (12,43,18). Sum of RGB (Red+Green+Blue) = 12+43+18=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 43 (17.19% from 255 or 58.90% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 43 - color contains mainly: green. Hex color #0C2B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2B12 is #F3D4ED. Grayscale: #1E1E1E. Windows color (decimal): -15979758 or 1190668. OLE color: 1190668.
HSL color Cylindrical-coordinate representation of color #0C2B12: hue angle of 131.61º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C2B12 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 43 | 18 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.83 |
| HSL | 131.61º | 0.56% | 0.11% | - |
| HSV(B) | 131.61º | 0.72% | 0.17% | - |
| XYZ | 1.12 | 1.85 | 0.87 | - |
| YUV | 30.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 43 | 18 | 0.72 | 0 | 0.58 | 0.83 | 131.61 | 0.56 | 0.11 |
| Hex | C | 2B | 12 | 48 | 0 | 3A | 53 | 84 | 38 | B |
| Octal | 14 | 53 | 22 | 110 | 0 | 72 | 123 | 204 | 70 | 13 |
| Binary | 1100 | 101011 | 10010 | 1001000 | 0 | 111010 | 1010011 | 10000100 | 111000 | 1011 |
Color Harmonies of #0C2B12
Complementary color
Monochromatic Colors of #0C2B12
Black with #0C2B12
Text Example
Text Example
White with #0C2B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2B12; }
p { color: rgb(12,43,18); }
H1.HeaderClassName
{
color: #0C2B12;
}
.AnyTagClassName
{
color: #0C2B12;
}
</style>
background-color css
<style>
a { background-color: #0C2B12; }
a { background-color: rgb(12,43,18); }
div.DivClassName
{
background-color: #0C2B12;
}
.BgClassName
{
background-color: #0C2B12;
}
</style>
border-color css
<style>
span { border-color: #0C2B12; }
span { border-color: rgb(12,43,18); }
td.TdClassName
{
border-color: #0C2B12;
}
.TagClassName
{
border-color: #0C2B12;
}
</style>