Shades of Dark Green #092820
Tints of Dark Green #092820
RGB
CMYK
RGB Variations
Color information
#092820 (or 0x092820) is known color: Dark Green. HEX triplet: 09, 28 and 20. RGB value is (9,40,32). Sum of RGB (Red+Green+Blue) = 9+40+32=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #092820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092820 is #F6D7DF. Grayscale: #1D1D1D. Windows color (decimal): -16177120 or 2107401. OLE color: 2107401.
HSL color Cylindrical-coordinate representation of color #092820: hue angle of 164.52º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #092820 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 40 | 32 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.84 |
| HSL | 164.52º | 0.63% | 0.1% | - |
| HSV(B) | 164.52º | 0.78% | 0.16% | - |
| XYZ | 1.13 | 1.68 | 1.63 | - |
| YUV | 29.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 32 | 0.78 | 0 | 0.20 | 0.84 | 164.52 | 0.63 | 0.1 |
| Hex | 9 | 28 | 20 | 4E | 0 | 14 | 54 | A5 | 3F | A |
| Octal | 11 | 50 | 40 | 116 | 0 | 24 | 124 | 245 | 77 | 12 |
| Binary | 1001 | 101000 | 100000 | 1001110 | 0 | 10100 | 1010100 | 10100101 | 111111 | 1010 |
Color Harmonies of #092820
Complementary color
Monochromatic Colors of #092820
Black with #092820
Text Example
Text Example
White with #092820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092820; }
p { color: rgb(9,40,32); }
H1.HeaderClassName
{
color: #092820;
}
.AnyTagClassName
{
color: #092820;
}
</style>
background-color css
<style>
a { background-color: #092820; }
a { background-color: rgb(9,40,32); }
div.DivClassName
{
background-color: #092820;
}
.BgClassName
{
background-color: #092820;
}
</style>
border-color css
<style>
span { border-color: #092820; }
span { border-color: rgb(9,40,32); }
td.TdClassName
{
border-color: #092820;
}
.TagClassName
{
border-color: #092820;
}
</style>