Shades of Deep Fir #0F3B24
Tints of Deep Fir #0F3B24
RGB
CMYK
RGB Variations
Color information
#0F3B24 (or 0x0F3B24) is known color: Deep Fir. HEX triplet: 0F, 3B and 24. RGB value is (15,59,36). Sum of RGB (Red+Green+Blue) = 15+59+36=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #0F3B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3B24 is #F0C4DB. Grayscale: #2B2B2B. Windows color (decimal): -15779036 or 2374415. OLE color: 2374415.
HSL color Cylindrical-coordinate representation of color #0F3B24: hue angle of 148.64º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3B24 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 59 | 36 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.77 |
| HSL | 148.64º | 0.59% | 0.15% | - |
| HSV(B) | 148.64º | 0.75% | 0.23% | - |
| XYZ | 2.08 | 3.36 | 2.21 | - |
| YUV | 43.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 59 | 36 | 0.75 | 0 | 0.39 | 0.77 | 148.64 | 0.59 | 0.15 |
| Hex | F | 3B | 24 | 4B | 0 | 27 | 4D | 95 | 3B | F |
| Octal | 17 | 73 | 44 | 113 | 0 | 47 | 115 | 225 | 73 | 17 |
| Binary | 1111 | 111011 | 100100 | 1001011 | 0 | 100111 | 1001101 | 10010101 | 111011 | 1111 |
Color Harmonies of #0F3B24
Complementary color
Monochromatic Colors of #0F3B24
Black with #0F3B24
Text Example
Text Example
White with #0F3B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3B24; }
p { color: rgb(15,59,36); }
H1.HeaderClassName
{
color: #0F3B24;
}
.AnyTagClassName
{
color: #0F3B24;
}
</style>
background-color css
<style>
a { background-color: #0F3B24; }
a { background-color: rgb(15,59,36); }
div.DivClassName
{
background-color: #0F3B24;
}
.BgClassName
{
background-color: #0F3B24;
}
</style>
border-color css
<style>
span { border-color: #0F3B24; }
span { border-color: rgb(15,59,36); }
td.TdClassName
{
border-color: #0F3B24;
}
.TagClassName
{
border-color: #0F3B24;
}
</style>