Shades of Deep Fir #0F4C21
Tints of Deep Fir #0F4C21
RGB
CMYK
RGB Variations
Color information
#0F4C21 (or 0x0F4C21) is known color: Deep Fir. HEX triplet: 0F, 4C and 21. RGB value is (15,76,33). Sum of RGB (Red+Green+Blue) = 15+76+33=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 76 (30.08% from 255 or 61.29% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C21 is #F0B3DE. Grayscale: #343434. Windows color (decimal): -15774687 or 2182159. OLE color: 2182159.
HSL color Cylindrical-coordinate representation of color #0F4C21: hue angle of 137.7º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4C21 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 76 | 33 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.70 |
| HSL | 137.7º | 0.67% | 0.18% | - |
| HSV(B) | 137.7º | 0.8% | 0.3% | - |
| XYZ | 3.06 | 5.38 | 2.32 | - |
| YUV | 52.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 76 | 33 | 0.80 | 0 | 0.57 | 0.70 | 137.7 | 0.67 | 0.18 |
| Hex | F | 4C | 21 | 50 | 0 | 39 | 46 | 8A | 43 | 12 |
| Octal | 17 | 114 | 41 | 120 | 0 | 71 | 106 | 212 | 103 | 22 |
| Binary | 1111 | 1001100 | 100001 | 1010000 | 0 | 111001 | 1000110 | 10001010 | 1000011 | 10010 |
Color Harmonies of #0F4C21
Complementary color
Monochromatic Colors of #0F4C21
Black with #0F4C21
Text Example
Text Example
White with #0F4C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4C21; }
p { color: rgb(15,76,33); }
H1.HeaderClassName
{
color: #0F4C21;
}
.AnyTagClassName
{
color: #0F4C21;
}
</style>
background-color css
<style>
a { background-color: #0F4C21; }
a { background-color: rgb(15,76,33); }
div.DivClassName
{
background-color: #0F4C21;
}
.BgClassName
{
background-color: #0F4C21;
}
</style>
border-color css
<style>
span { border-color: #0F4C21; }
span { border-color: rgb(15,76,33); }
td.TdClassName
{
border-color: #0F4C21;
}
.TagClassName
{
border-color: #0F4C21;
}
</style>