Shades of Deep Fir #0F2A17
Tints of Deep Fir #0F2A17
RGB
CMYK
RGB Variations
Color information
#0F2A17 (or 0x0F2A17) is known color: Deep Fir. HEX triplet: 0F, 2A and 17. RGB value is (15,42,23). Sum of RGB (Red+Green+Blue) = 15+42+23=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 42 (16.80% from 255 or 52.5% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2A17 is #F0D5E8. Grayscale: #1F1F1F. Windows color (decimal): -15783401 or 1518095. OLE color: 1518095.
HSL color Cylindrical-coordinate representation of color #0F2A17: hue angle of 137.78º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F2A17 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 42 | 23 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.84 |
| HSL | 137.78º | 0.47% | 0.11% | - |
| HSV(B) | 137.78º | 0.64% | 0.16% | - |
| XYZ | 1.18 | 1.82 | 1.1 | - |
| YUV | 31.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 23 | 0.64 | 0 | 0.45 | 0.84 | 137.78 | 0.47 | 0.11 |
| Hex | F | 2A | 17 | 40 | 0 | 2D | 54 | 8A | 2F | B |
| Octal | 17 | 52 | 27 | 100 | 0 | 55 | 124 | 212 | 57 | 13 |
| Binary | 1111 | 101010 | 10111 | 1000000 | 0 | 101101 | 1010100 | 10001010 | 101111 | 1011 |
Color Harmonies of #0F2A17
Complementary color
Monochromatic Colors of #0F2A17
Black with #0F2A17
Text Example
Text Example
White with #0F2A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2A17; }
p { color: rgb(15,42,23); }
H1.HeaderClassName
{
color: #0F2A17;
}
.AnyTagClassName
{
color: #0F2A17;
}
</style>
background-color css
<style>
a { background-color: #0F2A17; }
a { background-color: rgb(15,42,23); }
div.DivClassName
{
background-color: #0F2A17;
}
.BgClassName
{
background-color: #0F2A17;
}
</style>
border-color css
<style>
span { border-color: #0F2A17; }
span { border-color: rgb(15,42,23); }
td.TdClassName
{
border-color: #0F2A17;
}
.TagClassName
{
border-color: #0F2A17;
}
</style>