Shades of Deep Fir #0C441A
Tints of Deep Fir #0C441A
RGB
CMYK
RGB Variations
Color information
#0C441A (or 0x0C441A) is known color: Deep Fir. HEX triplet: 0C, 44 and 1A. RGB value is (12,68,26). Sum of RGB (Red+Green+Blue) = 12+68+26=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 68 (26.95% from 255 or 64.15% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 68 - color contains mainly: green. Hex color #0C441A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C441A is #F3BBE5. Grayscale: #2E2E2E. Windows color (decimal): -15973350 or 1721356. OLE color: 1721356.
HSL color Cylindrical-coordinate representation of color #0C441A: hue angle of 135º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C441A is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 68 | 26 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.73 |
| HSL | 135º | 0.7% | 0.16% | - |
| HSV(B) | 135º | 0.82% | 0.27% | - |
| XYZ | 2.41 | 4.29 | 1.68 | - |
| YUV | 46.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 68 | 26 | 0.82 | 0 | 0.62 | 0.73 | 135 | 0.7 | 0.16 |
| Hex | C | 44 | 1A | 52 | 0 | 3E | 49 | 87 | 46 | 10 |
| Octal | 14 | 104 | 32 | 122 | 0 | 76 | 111 | 207 | 106 | 20 |
| Binary | 1100 | 1000100 | 11010 | 1010010 | 0 | 111110 | 1001001 | 10000111 | 1000110 | 10000 |
Color Harmonies of #0C441A
Complementary color
Monochromatic Colors of #0C441A
Black with #0C441A
Text Example
Text Example
White with #0C441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C441A; }
p { color: rgb(12,68,26); }
H1.HeaderClassName
{
color: #0C441A;
}
.AnyTagClassName
{
color: #0C441A;
}
</style>
background-color css
<style>
a { background-color: #0C441A; }
a { background-color: rgb(12,68,26); }
div.DivClassName
{
background-color: #0C441A;
}
.BgClassName
{
background-color: #0C441A;
}
</style>
border-color css
<style>
span { border-color: #0C441A; }
span { border-color: rgb(12,68,26); }
td.TdClassName
{
border-color: #0C441A;
}
.TagClassName
{
border-color: #0C441A;
}
</style>