Shades of Deep Fir #093A1A
Tints of Deep Fir #093A1A
RGB
CMYK
RGB Variations
Color information
#093A1A (or 0x093A1A) is known color: Deep Fir. HEX triplet: 09, 3A and 1A. RGB value is (9,58,26). Sum of RGB (Red+Green+Blue) = 9+58+26=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #093A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A1A is #F6C5E5. Grayscale: #272727. Windows color (decimal): -16172518 or 1718793. OLE color: 1718793.
HSL color Cylindrical-coordinate representation of color #093A1A: hue angle of 140.82º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A1A is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 58 | 26 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.77 |
| HSL | 140.82º | 0.73% | 0.13% | - |
| HSV(B) | 140.82º | 0.84% | 0.23% | - |
| XYZ | 1.81 | 3.16 | 1.49 | - |
| YUV | 39.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 26 | 0.84 | 0 | 0.55 | 0.77 | 140.82 | 0.73 | 0.13 |
| Hex | 9 | 3A | 1A | 54 | 0 | 37 | 4D | 8D | 49 | D |
| Octal | 11 | 72 | 32 | 124 | 0 | 67 | 115 | 215 | 111 | 15 |
| Binary | 1001 | 111010 | 11010 | 1010100 | 0 | 110111 | 1001101 | 10001101 | 1001001 | 1101 |
Color Harmonies of #093A1A
Complementary color
Monochromatic Colors of #093A1A
Black with #093A1A
Text Example
Text Example
White with #093A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A1A; }
p { color: rgb(9,58,26); }
H1.HeaderClassName
{
color: #093A1A;
}
.AnyTagClassName
{
color: #093A1A;
}
</style>
background-color css
<style>
a { background-color: #093A1A; }
a { background-color: rgb(9,58,26); }
div.DivClassName
{
background-color: #093A1A;
}
.BgClassName
{
background-color: #093A1A;
}
</style>
border-color css
<style>
span { border-color: #093A1A; }
span { border-color: rgb(9,58,26); }
td.TdClassName
{
border-color: #093A1A;
}
.TagClassName
{
border-color: #093A1A;
}
</style>