Shades of Dark Green #092D20
Tints of Dark Green #092D20
RGB
CMYK
RGB Variations
Color information
#092D20 (or 0x092D20) is known color: Dark Green. HEX triplet: 09, 2D and 20. RGB value is (9,45,32). Sum of RGB (Red+Green+Blue) = 9+45+32=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 45 (17.97% from 255 or 52.33% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 45 - color contains mainly: green. Hex color #092D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D20 is #F6D2DF. Grayscale: #202020. Windows color (decimal): -16175840 or 2108681. OLE color: 2108681.
HSL color Cylindrical-coordinate representation of color #092D20: hue angle of 158.33º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092D20 is Cyan = 0.8, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 45 | 32 | - |
| CMYK | 0.8 | 0 | 0.29 | 0.82 |
| HSL | 158.33º | 0.67% | 0.11% | - |
| HSV(B) | 158.33º | 0.8% | 0.18% | - |
| XYZ | 1.31 | 2.04 | 1.69 | - |
| YUV | 32.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 32 | 0.8 | 0 | 0.29 | 0.82 | 158.33 | 0.67 | 0.11 |
| Hex | 9 | 2D | 20 | 50 | 0 | 1D | 52 | 9E | 43 | B |
| Octal | 11 | 55 | 40 | 120 | 0 | 35 | 122 | 236 | 103 | 13 |
| Binary | 1001 | 101101 | 100000 | 1010000 | 0 | 11101 | 1010010 | 10011110 | 1000011 | 1011 |
Color Harmonies of #092D20
Complementary color
Monochromatic Colors of #092D20
Black with #092D20
Text Example
Text Example
White with #092D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D20; }
p { color: rgb(9,45,32); }
H1.HeaderClassName
{
color: #092D20;
}
.AnyTagClassName
{
color: #092D20;
}
</style>
background-color css
<style>
a { background-color: #092D20; }
a { background-color: rgb(9,45,32); }
div.DivClassName
{
background-color: #092D20;
}
.BgClassName
{
background-color: #092D20;
}
</style>
border-color css
<style>
span { border-color: #092D20; }
span { border-color: rgb(9,45,32); }
td.TdClassName
{
border-color: #092D20;
}
.TagClassName
{
border-color: #092D20;
}
</style>