Shades of Dark Green #092B20
Tints of Dark Green #092B20
RGB
CMYK
RGB Variations
Color information
#092B20 (or 0x092B20) is known color: Dark Green. HEX triplet: 09, 2B and 20. RGB value is (9,43,32). Sum of RGB (Red+Green+Blue) = 9+43+32=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 43 (17.19% from 255 or 51.19% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 43 - color contains mainly: green. Hex color #092B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092B20 is #F6D4DF. Grayscale: #1F1F1F. Windows color (decimal): -16176352 or 2108169. OLE color: 2108169.
HSL color Cylindrical-coordinate representation of color #092B20: hue angle of 160.59º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #092B20 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 43 | 32 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.83 |
| HSL | 160.59º | 0.65% | 0.1% | - |
| HSV(B) | 160.59º | 0.79% | 0.17% | - |
| XYZ | 1.24 | 1.89 | 1.67 | - |
| YUV | 31.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 32 | 0.79 | 0 | 0.26 | 0.83 | 160.59 | 0.65 | 0.1 |
| Hex | 9 | 2B | 20 | 4F | 0 | 1A | 53 | A1 | 41 | A |
| Octal | 11 | 53 | 40 | 117 | 0 | 32 | 123 | 241 | 101 | 12 |
| Binary | 1001 | 101011 | 100000 | 1001111 | 0 | 11010 | 1010011 | 10100001 | 1000001 | 1010 |
Color Harmonies of #092B20
Complementary color
Monochromatic Colors of #092B20
Black with #092B20
Text Example
Text Example
White with #092B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B20; }
p { color: rgb(9,43,32); }
H1.HeaderClassName
{
color: #092B20;
}
.AnyTagClassName
{
color: #092B20;
}
</style>
background-color css
<style>
a { background-color: #092B20; }
a { background-color: rgb(9,43,32); }
div.DivClassName
{
background-color: #092B20;
}
.BgClassName
{
background-color: #092B20;
}
</style>
border-color css
<style>
span { border-color: #092B20; }
span { border-color: rgb(9,43,32); }
td.TdClassName
{
border-color: #092B20;
}
.TagClassName
{
border-color: #092B20;
}
</style>