Shades of Deep Fir #0E2A17
Tints of Deep Fir #0E2A17
RGB
CMYK
RGB Variations
Color information
#0E2A17 (or 0x0E2A17) is known color: Deep Fir. HEX triplet: 0E, 2A and 17. RGB value is (14,42,23). Sum of RGB (Red+Green+Blue) = 14+42+23=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 42 (16.80% from 255 or 53.16% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 42 - color contains mainly: green. Hex color #0E2A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2A17 is #F1D5E8. Grayscale: #1F1F1F. Windows color (decimal): -15848937 or 1518094. OLE color: 1518094.
HSL color Cylindrical-coordinate representation of color #0E2A17: hue angle of 139.29º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E2A17 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 42 | 23 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.84 |
| HSL | 139.29º | 0.5% | 0.11% | - |
| HSV(B) | 139.29º | 0.67% | 0.16% | - |
| XYZ | 1.16 | 1.81 | 1.1 | - |
| YUV | 31.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 42 | 23 | 0.67 | 0 | 0.45 | 0.84 | 139.29 | 0.5 | 0.11 |
| Hex | E | 2A | 17 | 43 | 0 | 2D | 54 | 8B | 32 | B |
| Octal | 16 | 52 | 27 | 103 | 0 | 55 | 124 | 213 | 62 | 13 |
| Binary | 1110 | 101010 | 10111 | 1000011 | 0 | 101101 | 1010100 | 10001011 | 110010 | 1011 |
Color Harmonies of #0E2A17
Complementary color
Monochromatic Colors of #0E2A17
Black with #0E2A17
Text Example
Text Example
White with #0E2A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2A17; }
p { color: rgb(14,42,23); }
H1.HeaderClassName
{
color: #0E2A17;
}
.AnyTagClassName
{
color: #0E2A17;
}
</style>
background-color css
<style>
a { background-color: #0E2A17; }
a { background-color: rgb(14,42,23); }
div.DivClassName
{
background-color: #0E2A17;
}
.BgClassName
{
background-color: #0E2A17;
}
</style>
border-color css
<style>
span { border-color: #0E2A17; }
span { border-color: rgb(14,42,23); }
td.TdClassName
{
border-color: #0E2A17;
}
.TagClassName
{
border-color: #0E2A17;
}
</style>