Shades of Deep Fir #0C461A
Tints of Deep Fir #0C461A
RGB
CMYK
RGB Variations
Color information
#0C461A (or 0x0C461A) is known color: Deep Fir. HEX triplet: 0C, 46 and 1A. RGB value is (12,70,26). Sum of RGB (Red+Green+Blue) = 12+70+26=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 70 (27.73% from 255 or 64.81% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 70 - color contains mainly: green. Hex color #0C461A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C461A is #F3B9E5. Grayscale: #2F2F2F. Windows color (decimal): -15972838 or 1721868. OLE color: 1721868.
HSL color Cylindrical-coordinate representation of color #0C461A: hue angle of 134.48º 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 #0C461A is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 70 | 26 | - |
| CMYK | 0.83 | 0 | 0.63 | 0.73 |
| HSL | 134.48º | 0.71% | 0.16% | - |
| HSV(B) | 134.48º | 0.83% | 0.27% | - |
| XYZ | 2.53 | 4.53 | 1.72 | - |
| YUV | 47.64 | 115.78 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 70 | 26 | 0.83 | 0 | 0.63 | 0.73 | 134.48 | 0.71 | 0.16 |
| Hex | C | 46 | 1A | 53 | 0 | 3F | 49 | 86 | 47 | 10 |
| Octal | 14 | 106 | 32 | 123 | 0 | 77 | 111 | 206 | 107 | 20 |
| Binary | 1100 | 1000110 | 11010 | 1010011 | 0 | 111111 | 1001001 | 10000110 | 1000111 | 10000 |
Color Harmonies of #0C461A
Complementary color
Monochromatic Colors of #0C461A
Black with #0C461A
Text Example
Text Example
White with #0C461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C461A; }
p { color: rgb(12,70,26); }
H1.HeaderClassName
{
color: #0C461A;
}
.AnyTagClassName
{
color: #0C461A;
}
</style>
background-color css
<style>
a { background-color: #0C461A; }
a { background-color: rgb(12,70,26); }
div.DivClassName
{
background-color: #0C461A;
}
.BgClassName
{
background-color: #0C461A;
}
</style>
border-color css
<style>
span { border-color: #0C461A; }
span { border-color: rgb(12,70,26); }
td.TdClassName
{
border-color: #0C461A;
}
.TagClassName
{
border-color: #0C461A;
}
</style>