Shades of Dark Green #092C20
Tints of Dark Green #092C20
RGB
CMYK
RGB Variations
Color information
#092C20 (or 0x092C20) is known color: Dark Green. HEX triplet: 09, 2C and 20. RGB value is (9,44,32). Sum of RGB (Red+Green+Blue) = 9+44+32=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 44 (17.58% from 255 or 51.76% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 44 - color contains mainly: green. Hex color #092C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C20 is #F6D3DF. Grayscale: #202020. Windows color (decimal): -16176096 or 2108425. OLE color: 2108425.
HSL color Cylindrical-coordinate representation of color #092C20: hue angle of 159.43º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092C20 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 44 | 32 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.83 |
| HSL | 159.43º | 0.66% | 0.1% | - |
| HSV(B) | 159.43º | 0.8% | 0.17% | - |
| XYZ | 1.27 | 1.96 | 1.68 | - |
| YUV | 32.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 32 | 0.80 | 0 | 0.27 | 0.83 | 159.43 | 0.66 | 0.1 |
| Hex | 9 | 2C | 20 | 50 | 0 | 1B | 53 | 9F | 42 | A |
| Octal | 11 | 54 | 40 | 120 | 0 | 33 | 123 | 237 | 102 | 12 |
| Binary | 1001 | 101100 | 100000 | 1010000 | 0 | 11011 | 1010011 | 10011111 | 1000010 | 1010 |
Color Harmonies of #092C20
Complementary color
Monochromatic Colors of #092C20
Black with #092C20
Text Example
Text Example
White with #092C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C20; }
p { color: rgb(9,44,32); }
H1.HeaderClassName
{
color: #092C20;
}
.AnyTagClassName
{
color: #092C20;
}
</style>
background-color css
<style>
a { background-color: #092C20; }
a { background-color: rgb(9,44,32); }
div.DivClassName
{
background-color: #092C20;
}
.BgClassName
{
background-color: #092C20;
}
</style>
border-color css
<style>
span { border-color: #092C20; }
span { border-color: rgb(9,44,32); }
td.TdClassName
{
border-color: #092C20;
}
.TagClassName
{
border-color: #092C20;
}
</style>