Shades of Dark Green #092D28
Tints of Dark Green #092D28
RGB
CMYK
RGB Variations
Color information
#092D28 (or 0x092D28) is known color: Dark Green. HEX triplet: 09, 2D and 28. RGB value is (9,45,40). Sum of RGB (Red+Green+Blue) = 9+45+40=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 45 - color contains mainly: green. Hex color #092D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D28 is #F6D2D7. Grayscale: #212121. Windows color (decimal): -16175832 or 2632969. OLE color: 2632969.
HSL color Cylindrical-coordinate representation of color #092D28: hue angle of 171.67º 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 #092D28 is Cyan = 0.8, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 45 | 40 | - |
| CMYK | 0.8 | 0 | 0.11 | 0.82 |
| HSL | 171.67º | 0.67% | 0.11% | - |
| HSV(B) | 171.67º | 0.8% | 0.18% | - |
| XYZ | 1.43 | 2.09 | 2.33 | - |
| YUV | 33.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 40 | 0.8 | 0 | 0.11 | 0.82 | 171.67 | 0.67 | 0.11 |
| Hex | 9 | 2D | 28 | 50 | 0 | B | 52 | AC | 43 | B |
| Octal | 11 | 55 | 50 | 120 | 0 | 13 | 122 | 254 | 103 | 13 |
| Binary | 1001 | 101101 | 101000 | 1010000 | 0 | 1011 | 1010010 | 10101100 | 1000011 | 1011 |
Color Harmonies of #092D28
Complementary color
Monochromatic Colors of #092D28
Black with #092D28
Text Example
Text Example
White with #092D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D28; }
p { color: rgb(9,45,40); }
H1.HeaderClassName
{
color: #092D28;
}
.AnyTagClassName
{
color: #092D28;
}
</style>
background-color css
<style>
a { background-color: #092D28; }
a { background-color: rgb(9,45,40); }
div.DivClassName
{
background-color: #092D28;
}
.BgClassName
{
background-color: #092D28;
}
</style>
border-color css
<style>
span { border-color: #092D28; }
span { border-color: rgb(9,45,40); }
td.TdClassName
{
border-color: #092D28;
}
.TagClassName
{
border-color: #092D28;
}
</style>