Shades of Deep Fir #0C431A
Tints of Deep Fir #0C431A
RGB
CMYK
RGB Variations
Color information
#0C431A (or 0x0C431A) is known color: Deep Fir. HEX triplet: 0C, 43 and 1A. RGB value is (12,67,26). Sum of RGB (Red+Green+Blue) = 12+67+26=105 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.43% from 105); Green value is 67 (26.56% from 255 or 63.81% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 67 - color contains mainly: green. Hex color #0C431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C431A is #F3BCE5. Grayscale: #2D2D2D. Windows color (decimal): -15973606 or 1721100. OLE color: 1721100.
HSL color Cylindrical-coordinate representation of color #0C431A: hue angle of 135.27º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C431A is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 67 | 26 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.74 |
| HSL | 135.27º | 0.7% | 0.15% | - |
| HSV(B) | 135.27º | 0.82% | 0.26% | - |
| XYZ | 2.35 | 4.17 | 1.66 | - |
| YUV | 45.88 | 116.78 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 26 | 0.82 | 0 | 0.61 | 0.74 | 135.27 | 0.7 | 0.15 |
| Hex | C | 43 | 1A | 52 | 0 | 3D | 4A | 87 | 46 | F |
| Octal | 14 | 103 | 32 | 122 | 0 | 75 | 112 | 207 | 106 | 17 |
| Binary | 1100 | 1000011 | 11010 | 1010010 | 0 | 111101 | 1001010 | 10000111 | 1000110 | 1111 |
Color Harmonies of #0C431A
Complementary color
Monochromatic Colors of #0C431A
Black with #0C431A
Text Example
Text Example
White with #0C431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C431A; }
p { color: rgb(12,67,26); }
H1.HeaderClassName
{
color: #0C431A;
}
.AnyTagClassName
{
color: #0C431A;
}
</style>
background-color css
<style>
a { background-color: #0C431A; }
a { background-color: rgb(12,67,26); }
div.DivClassName
{
background-color: #0C431A;
}
.BgClassName
{
background-color: #0C431A;
}
</style>
border-color css
<style>
span { border-color: #0C431A; }
span { border-color: rgb(12,67,26); }
td.TdClassName
{
border-color: #0C431A;
}
.TagClassName
{
border-color: #0C431A;
}
</style>