Shades of Deep Fir #0C4C1B
Tints of Deep Fir #0C4C1B
RGB
CMYK
RGB Variations
Color information
#0C4C1B (or 0x0C4C1B) is known color: Deep Fir. HEX triplet: 0C, 4C and 1B. RGB value is (12,76,27). Sum of RGB (Red+Green+Blue) = 12+76+27=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 76 (30.08% from 255 or 66.09% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4C1B is #F3B3E4. Grayscale: #333333. Windows color (decimal): -15971301 or 1788940. OLE color: 1788940.
HSL color Cylindrical-coordinate representation of color #0C4C1B: hue angle of 134.06º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4C1B is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 76 | 27 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.70 |
| HSL | 134.06º | 0.73% | 0.17% | - |
| HSV(B) | 134.06º | 0.84% | 0.3% | - |
| XYZ | 2.93 | 5.33 | 1.91 | - |
| YUV | 51.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 27 | 0.84 | 0 | 0.64 | 0.70 | 134.06 | 0.73 | 0.17 |
| Hex | C | 4C | 1B | 54 | 0 | 40 | 46 | 86 | 49 | 11 |
| Octal | 14 | 114 | 33 | 124 | 0 | 100 | 106 | 206 | 111 | 21 |
| Binary | 1100 | 1001100 | 11011 | 1010100 | 0 | 1000000 | 1000110 | 10000110 | 1001001 | 10001 |
Color Harmonies of #0C4C1B
Complementary color
Monochromatic Colors of #0C4C1B
Black with #0C4C1B
Text Example
Text Example
White with #0C4C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4C1B; }
p { color: rgb(12,76,27); }
H1.HeaderClassName
{
color: #0C4C1B;
}
.AnyTagClassName
{
color: #0C4C1B;
}
</style>
background-color css
<style>
a { background-color: #0C4C1B; }
a { background-color: rgb(12,76,27); }
div.DivClassName
{
background-color: #0C4C1B;
}
.BgClassName
{
background-color: #0C4C1B;
}
</style>
border-color css
<style>
span { border-color: #0C4C1B; }
span { border-color: rgb(12,76,27); }
td.TdClassName
{
border-color: #0C4C1B;
}
.TagClassName
{
border-color: #0C4C1B;
}
</style>