Shades of Deep Fir #0F2D1A
Tints of Deep Fir #0F2D1A
RGB
CMYK
RGB Variations
Color information
#0F2D1A (or 0x0F2D1A) is known color: Deep Fir. HEX triplet: 0F, 2D and 1A. RGB value is (15,45,26). Sum of RGB (Red+Green+Blue) = 15+45+26=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 45 (17.97% from 255 or 52.33% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 45 - color contains mainly: green. Hex color #0F2D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2D1A is #F0D2E5. Grayscale: #212121. Windows color (decimal): -15782630 or 1715471. OLE color: 1715471.
HSL color Cylindrical-coordinate representation of color #0F2D1A: hue angle of 142º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F2D1A is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 45 | 26 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.82 |
| HSL | 142º | 0.5% | 0.12% | - |
| HSV(B) | 142º | 0.67% | 0.18% | - |
| XYZ | 1.32 | 2.05 | 1.3 | - |
| YUV | 33.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 45 | 26 | 0.67 | 0 | 0.42 | 0.82 | 142 | 0.5 | 0.12 |
| Hex | F | 2D | 1A | 43 | 0 | 2A | 52 | 8E | 32 | C |
| Octal | 17 | 55 | 32 | 103 | 0 | 52 | 122 | 216 | 62 | 14 |
| Binary | 1111 | 101101 | 11010 | 1000011 | 0 | 101010 | 1010010 | 10001110 | 110010 | 1100 |
Color Harmonies of #0F2D1A
Complementary color
Monochromatic Colors of #0F2D1A
Black with #0F2D1A
Text Example
Text Example
White with #0F2D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2D1A; }
p { color: rgb(15,45,26); }
H1.HeaderClassName
{
color: #0F2D1A;
}
.AnyTagClassName
{
color: #0F2D1A;
}
</style>
background-color css
<style>
a { background-color: #0F2D1A; }
a { background-color: rgb(15,45,26); }
div.DivClassName
{
background-color: #0F2D1A;
}
.BgClassName
{
background-color: #0F2D1A;
}
</style>
border-color css
<style>
span { border-color: #0F2D1A; }
span { border-color: rgb(15,45,26); }
td.TdClassName
{
border-color: #0F2D1A;
}
.TagClassName
{
border-color: #0F2D1A;
}
</style>