Shades of Deep Fir #0C461C
Tints of Deep Fir #0C461C
RGB
CMYK
RGB Variations
Color information
#0C461C (or 0x0C461C) is known color: Deep Fir. HEX triplet: 0C, 46 and 1C. RGB value is (12,70,28). Sum of RGB (Red+Green+Blue) = 12+70+28=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 70 (27.73% from 255 or 63.64% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 70 - color contains mainly: green. Hex color #0C461C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C461C is #F3B9E3. Grayscale: #2F2F2F. Windows color (decimal): -15972836 or 1852940. OLE color: 1852940.
HSL color Cylindrical-coordinate representation of color #0C461C: hue angle of 136.55º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C461C is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 70 | 28 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.73 |
| HSL | 136.55º | 0.71% | 0.16% | - |
| HSV(B) | 136.55º | 0.83% | 0.27% | - |
| XYZ | 2.55 | 4.54 | 1.84 | - |
| YUV | 47.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 70 | 28 | 0.83 | 0 | 0.60 | 0.73 | 136.55 | 0.71 | 0.16 |
| Hex | C | 46 | 1C | 53 | 0 | 3C | 49 | 89 | 47 | 10 |
| Octal | 14 | 106 | 34 | 123 | 0 | 74 | 111 | 211 | 107 | 20 |
| Binary | 1100 | 1000110 | 11100 | 1010011 | 0 | 111100 | 1001001 | 10001001 | 1000111 | 10000 |
Color Harmonies of #0C461C
Complementary color
Monochromatic Colors of #0C461C
Black with #0C461C
Text Example
Text Example
White with #0C461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C461C; }
p { color: rgb(12,70,28); }
H1.HeaderClassName
{
color: #0C461C;
}
.AnyTagClassName
{
color: #0C461C;
}
</style>
background-color css
<style>
a { background-color: #0C461C; }
a { background-color: rgb(12,70,28); }
div.DivClassName
{
background-color: #0C461C;
}
.BgClassName
{
background-color: #0C461C;
}
</style>
border-color css
<style>
span { border-color: #0C461C; }
span { border-color: rgb(12,70,28); }
td.TdClassName
{
border-color: #0C461C;
}
.TagClassName
{
border-color: #0C461C;
}
</style>