Shades of Deep Fir #093E15
Tints of Deep Fir #093E15
RGB
CMYK
RGB Variations
Color information
#093E15 (or 0x093E15) is known color: Deep Fir. HEX triplet: 09, 3E and 15. RGB value is (9,62,21). Sum of RGB (Red+Green+Blue) = 9+62+21=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 62 (24.61% from 255 or 67.39% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 62 - color contains mainly: green. Hex color #093E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093E15 is #F6C1EA. Grayscale: #292929. Windows color (decimal): -16171499 or 1392137. OLE color: 1392137.
HSL color Cylindrical-coordinate representation of color #093E15: hue angle of 133.58º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093E15 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 62 | 21 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.76 |
| HSL | 133.58º | 0.75% | 0.14% | - |
| HSV(B) | 133.58º | 0.85% | 0.24% | - |
| XYZ | 1.97 | 3.56 | 1.29 | - |
| YUV | 41.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 21 | 0.85 | 0 | 0.66 | 0.76 | 133.58 | 0.75 | 0.14 |
| Hex | 9 | 3E | 15 | 55 | 0 | 42 | 4C | 86 | 4B | E |
| Octal | 11 | 76 | 25 | 125 | 0 | 102 | 114 | 206 | 113 | 16 |
| Binary | 1001 | 111110 | 10101 | 1010101 | 0 | 1000010 | 1001100 | 10000110 | 1001011 | 1110 |
Color Harmonies of #093E15
Complementary color
Monochromatic Colors of #093E15
Black with #093E15
Text Example
Text Example
White with #093E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093E15; }
p { color: rgb(9,62,21); }
H1.HeaderClassName
{
color: #093E15;
}
.AnyTagClassName
{
color: #093E15;
}
</style>
background-color css
<style>
a { background-color: #093E15; }
a { background-color: rgb(9,62,21); }
div.DivClassName
{
background-color: #093E15;
}
.BgClassName
{
background-color: #093E15;
}
</style>
border-color css
<style>
span { border-color: #093E15; }
span { border-color: rgb(9,62,21); }
td.TdClassName
{
border-color: #093E15;
}
.TagClassName
{
border-color: #093E15;
}
</style>