Shades of Deep Fir #0F2F18
Tints of Deep Fir #0F2F18
RGB
CMYK
RGB Variations
Color information
#0F2F18 (or 0x0F2F18) is known color: Deep Fir. HEX triplet: 0F, 2F and 18. RGB value is (15,47,24). Sum of RGB (Red+Green+Blue) = 15+47+24=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 47 (18.75% from 255 or 54.65% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 47 - color contains mainly: green. Hex color #0F2F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2F18 is #F0D0E7. Grayscale: #222222. Windows color (decimal): -15782120 or 1584911. OLE color: 1584911.
HSL color Cylindrical-coordinate representation of color #0F2F18: hue angle of 136.88º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F2F18 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 47 | 24 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.82 |
| HSL | 136.88º | 0.52% | 0.12% | - |
| HSV(B) | 136.88º | 0.68% | 0.18% | - |
| XYZ | 1.38 | 2.2 | 1.22 | - |
| YUV | 34.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 24 | 0.68 | 0 | 0.49 | 0.82 | 136.88 | 0.52 | 0.12 |
| Hex | F | 2F | 18 | 44 | 0 | 31 | 52 | 89 | 34 | C |
| Octal | 17 | 57 | 30 | 104 | 0 | 61 | 122 | 211 | 64 | 14 |
| Binary | 1111 | 101111 | 11000 | 1000100 | 0 | 110001 | 1010010 | 10001001 | 110100 | 1100 |
Color Harmonies of #0F2F18
Complementary color
Monochromatic Colors of #0F2F18
Black with #0F2F18
Text Example
Text Example
White with #0F2F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2F18; }
p { color: rgb(15,47,24); }
H1.HeaderClassName
{
color: #0F2F18;
}
.AnyTagClassName
{
color: #0F2F18;
}
</style>
background-color css
<style>
a { background-color: #0F2F18; }
a { background-color: rgb(15,47,24); }
div.DivClassName
{
background-color: #0F2F18;
}
.BgClassName
{
background-color: #0F2F18;
}
</style>
border-color css
<style>
span { border-color: #0F2F18; }
span { border-color: rgb(15,47,24); }
td.TdClassName
{
border-color: #0F2F18;
}
.TagClassName
{
border-color: #0F2F18;
}
</style>