Shades of Deep Fir #094218
Tints of Deep Fir #094218
RGB
CMYK
RGB Variations
Color information
#094218 (or 0x094218) is known color: Deep Fir. HEX triplet: 09, 42 and 18. RGB value is (9,66,24). Sum of RGB (Red+Green+Blue) = 9+66+24=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #094218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094218 is #F6BDE7. Grayscale: #2C2C2C. Windows color (decimal): -16170472 or 1589769. OLE color: 1589769.
HSL color Cylindrical-coordinate representation of color #094218: hue angle of 135.79º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094218 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 66 | 24 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.74 |
| HSL | 135.79º | 0.76% | 0.15% | - |
| HSV(B) | 135.79º | 0.86% | 0.26% | - |
| XYZ | 2.23 | 4.02 | 1.52 | - |
| YUV | 44.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 24 | 0.86 | 0 | 0.64 | 0.74 | 135.79 | 0.76 | 0.15 |
| Hex | 9 | 42 | 18 | 56 | 0 | 40 | 4A | 88 | 4C | F |
| Octal | 11 | 102 | 30 | 126 | 0 | 100 | 112 | 210 | 114 | 17 |
| Binary | 1001 | 1000010 | 11000 | 1010110 | 0 | 1000000 | 1001010 | 10001000 | 1001100 | 1111 |
Color Harmonies of #094218
Complementary color
Monochromatic Colors of #094218
Black with #094218
Text Example
Text Example
White with #094218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094218; }
p { color: rgb(9,66,24); }
H1.HeaderClassName
{
color: #094218;
}
.AnyTagClassName
{
color: #094218;
}
</style>
background-color css
<style>
a { background-color: #094218; }
a { background-color: rgb(9,66,24); }
div.DivClassName
{
background-color: #094218;
}
.BgClassName
{
background-color: #094218;
}
</style>
border-color css
<style>
span { border-color: #094218; }
span { border-color: rgb(9,66,24); }
td.TdClassName
{
border-color: #094218;
}
.TagClassName
{
border-color: #094218;
}
</style>