Shades of Deep Fir #0F421B
Tints of Deep Fir #0F421B
RGB
CMYK
RGB Variations
Color information
#0F421B (or 0x0F421B) is known color: Deep Fir. HEX triplet: 0F, 42 and 1B. RGB value is (15,66,27). Sum of RGB (Red+Green+Blue) = 15+66+27=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #0F421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F421B is #F0BDE4. Grayscale: #2E2E2E. Windows color (decimal): -15777253 or 1786383. OLE color: 1786383.
HSL color Cylindrical-coordinate representation of color #0F421B: hue angle of 134.12º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F421B is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 66 | 27 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.74 |
| HSL | 134.12º | 0.63% | 0.16% | - |
| HSV(B) | 134.12º | 0.77% | 0.26% | - |
| XYZ | 2.34 | 4.08 | 1.7 | - |
| YUV | 46.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 27 | 0.77 | 0 | 0.59 | 0.74 | 134.12 | 0.63 | 0.16 |
| Hex | F | 42 | 1B | 4D | 0 | 3B | 4A | 86 | 3F | 10 |
| Octal | 17 | 102 | 33 | 115 | 0 | 73 | 112 | 206 | 77 | 20 |
| Binary | 1111 | 1000010 | 11011 | 1001101 | 0 | 111011 | 1001010 | 10000110 | 111111 | 10000 |
Color Harmonies of #0F421B
Complementary color
Monochromatic Colors of #0F421B
Black with #0F421B
Text Example
Text Example
White with #0F421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F421B; }
p { color: rgb(15,66,27); }
H1.HeaderClassName
{
color: #0F421B;
}
.AnyTagClassName
{
color: #0F421B;
}
</style>
background-color css
<style>
a { background-color: #0F421B; }
a { background-color: rgb(15,66,27); }
div.DivClassName
{
background-color: #0F421B;
}
.BgClassName
{
background-color: #0F421B;
}
</style>
border-color css
<style>
span { border-color: #0F421B; }
span { border-color: rgb(15,66,27); }
td.TdClassName
{
border-color: #0F421B;
}
.TagClassName
{
border-color: #0F421B;
}
</style>