Shades of Deep Fir #0F2616
Tints of Deep Fir #0F2616
RGB
CMYK
RGB Variations
Color information
#0F2616 (or 0x0F2616) is known color: Deep Fir. HEX triplet: 0F, 26 and 16. RGB value is (15,38,22). Sum of RGB (Red+Green+Blue) = 15+38+22=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #0F2616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2616 is #F0D9E9. Grayscale: #1D1D1D. Windows color (decimal): -15784426 or 1451535. OLE color: 1451535.
HSL color Cylindrical-coordinate representation of color #0F2616: hue angle of 138.26º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F2616 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 38 | 22 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.85 |
| HSL | 138.26º | 0.43% | 0.1% | - |
| HSV(B) | 138.26º | 0.61% | 0.15% | - |
| XYZ | 1.03 | 1.55 | 1 | - |
| YUV | 29.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 22 | 0.61 | 0 | 0.42 | 0.85 | 138.26 | 0.43 | 0.1 |
| Hex | F | 26 | 16 | 3D | 0 | 2A | 55 | 8A | 2B | A |
| Octal | 17 | 46 | 26 | 75 | 0 | 52 | 125 | 212 | 53 | 12 |
| Binary | 1111 | 100110 | 10110 | 111101 | 0 | 101010 | 1010101 | 10001010 | 101011 | 1010 |
Color Harmonies of #0F2616
Complementary color
Monochromatic Colors of #0F2616
Black with #0F2616
Text Example
Text Example
White with #0F2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2616; }
p { color: rgb(15,38,22); }
H1.HeaderClassName
{
color: #0F2616;
}
.AnyTagClassName
{
color: #0F2616;
}
</style>
background-color css
<style>
a { background-color: #0F2616; }
a { background-color: rgb(15,38,22); }
div.DivClassName
{
background-color: #0F2616;
}
.BgClassName
{
background-color: #0F2616;
}
</style>
border-color css
<style>
span { border-color: #0F2616; }
span { border-color: rgb(15,38,22); }
td.TdClassName
{
border-color: #0F2616;
}
.TagClassName
{
border-color: #0F2616;
}
</style>