Shades of Deep Fir #0C4F1A
Tints of Deep Fir #0C4F1A
RGB
CMYK
RGB Variations
Color information
#0C4F1A (or 0x0C4F1A) is known color: Deep Fir. HEX triplet: 0C, 4F and 1A. RGB value is (12,79,26). Sum of RGB (Red+Green+Blue) = 12+79+26=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 79 (31.25% from 255 or 67.52% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F1A is #F3B0E5. Grayscale: #353535. Windows color (decimal): -15970534 or 1724172. OLE color: 1724172.
HSL color Cylindrical-coordinate representation of color #0C4F1A: hue angle of 132.54º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4F1A is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 79 | 26 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.69 |
| HSL | 132.54º | 0.74% | 0.18% | - |
| HSV(B) | 132.54º | 0.85% | 0.31% | - |
| XYZ | 3.13 | 5.74 | 1.92 | - |
| YUV | 52.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 79 | 26 | 0.85 | 0 | 0.67 | 0.69 | 132.54 | 0.74 | 0.18 |
| Hex | C | 4F | 1A | 55 | 0 | 43 | 45 | 85 | 4A | 12 |
| Octal | 14 | 117 | 32 | 125 | 0 | 103 | 105 | 205 | 112 | 22 |
| Binary | 1100 | 1001111 | 11010 | 1010101 | 0 | 1000011 | 1000101 | 10000101 | 1001010 | 10010 |
Color Harmonies of #0C4F1A
Complementary color
Monochromatic Colors of #0C4F1A
Black with #0C4F1A
Text Example
Text Example
White with #0C4F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4F1A; }
p { color: rgb(12,79,26); }
H1.HeaderClassName
{
color: #0C4F1A;
}
.AnyTagClassName
{
color: #0C4F1A;
}
</style>
background-color css
<style>
a { background-color: #0C4F1A; }
a { background-color: rgb(12,79,26); }
div.DivClassName
{
background-color: #0C4F1A;
}
.BgClassName
{
background-color: #0C4F1A;
}
</style>
border-color css
<style>
span { border-color: #0C4F1A; }
span { border-color: rgb(12,79,26); }
td.TdClassName
{
border-color: #0C4F1A;
}
.TagClassName
{
border-color: #0C4F1A;
}
</style>