Shades of Dark Green #093022
Tints of Dark Green #093022
RGB
CMYK
RGB Variations
Color information
#093022 (or 0x093022) is known color: Dark Green. HEX triplet: 09, 30 and 22. RGB value is (9,48,34). Sum of RGB (Red+Green+Blue) = 9+48+34=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #093022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093022 is #F6CFDD. Grayscale: #222222. Windows color (decimal): -16175070 or 2240521. OLE color: 2240521.
HSL color Cylindrical-coordinate representation of color #093022: hue angle of 158.46º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #093022 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 48 | 34 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.81 |
| HSL | 158.46º | 0.68% | 0.11% | - |
| HSV(B) | 158.46º | 0.81% | 0.19% | - |
| XYZ | 1.46 | 2.29 | 1.88 | - |
| YUV | 34.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 34 | 0.81 | 0 | 0.29 | 0.81 | 158.46 | 0.68 | 0.11 |
| Hex | 9 | 30 | 22 | 51 | 0 | 1D | 51 | 9E | 44 | B |
| Octal | 11 | 60 | 42 | 121 | 0 | 35 | 121 | 236 | 104 | 13 |
| Binary | 1001 | 110000 | 100010 | 1010001 | 0 | 11101 | 1010001 | 10011110 | 1000100 | 1011 |
Color Harmonies of #093022
Complementary color
Monochromatic Colors of #093022
Black with #093022
Text Example
Text Example
White with #093022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093022; }
p { color: rgb(9,48,34); }
H1.HeaderClassName
{
color: #093022;
}
.AnyTagClassName
{
color: #093022;
}
</style>
background-color css
<style>
a { background-color: #093022; }
a { background-color: rgb(9,48,34); }
div.DivClassName
{
background-color: #093022;
}
.BgClassName
{
background-color: #093022;
}
</style>
border-color css
<style>
span { border-color: #093022; }
span { border-color: rgb(9,48,34); }
td.TdClassName
{
border-color: #093022;
}
.TagClassName
{
border-color: #093022;
}
</style>