Shades of Deep Fir #0F2F1C
Tints of Deep Fir #0F2F1C
RGB
CMYK
RGB Variations
Color information
#0F2F1C (or 0x0F2F1C) is known color: Deep Fir. HEX triplet: 0F, 2F and 1C. RGB value is (15,47,28). Sum of RGB (Red+Green+Blue) = 15+47+28=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #0F2F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2F1C is #F0D0E3. Grayscale: #232323. Windows color (decimal): -15782116 or 1847055. OLE color: 1847055.
HSL color Cylindrical-coordinate representation of color #0F2F1C: hue angle of 144.38º 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 #0F2F1C is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 47 | 28 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.82 |
| HSL | 144.38º | 0.52% | 0.12% | - |
| HSV(B) | 144.38º | 0.68% | 0.18% | - |
| XYZ | 1.42 | 2.22 | 1.45 | - |
| YUV | 35.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 28 | 0.68 | 0 | 0.40 | 0.82 | 144.38 | 0.52 | 0.12 |
| Hex | F | 2F | 1C | 44 | 0 | 28 | 52 | 90 | 34 | C |
| Octal | 17 | 57 | 34 | 104 | 0 | 50 | 122 | 220 | 64 | 14 |
| Binary | 1111 | 101111 | 11100 | 1000100 | 0 | 101000 | 1010010 | 10010000 | 110100 | 1100 |
Color Harmonies of #0F2F1C
Complementary color
Monochromatic Colors of #0F2F1C
Black with #0F2F1C
Text Example
Text Example
White with #0F2F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2F1C; }
p { color: rgb(15,47,28); }
H1.HeaderClassName
{
color: #0F2F1C;
}
.AnyTagClassName
{
color: #0F2F1C;
}
</style>
background-color css
<style>
a { background-color: #0F2F1C; }
a { background-color: rgb(15,47,28); }
div.DivClassName
{
background-color: #0F2F1C;
}
.BgClassName
{
background-color: #0F2F1C;
}
</style>
border-color css
<style>
span { border-color: #0F2F1C; }
span { border-color: rgb(15,47,28); }
td.TdClassName
{
border-color: #0F2F1C;
}
.TagClassName
{
border-color: #0F2F1C;
}
</style>