Shades of Dark Green #092D29
Tints of Dark Green #092D29
RGB
CMYK
RGB Variations
Color information
#092D29 (or 0x092D29) is known color: Dark Green. HEX triplet: 09, 2D and 29. RGB value is (9,45,41). Sum of RGB (Red+Green+Blue) = 9+45+41=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 45 (17.97% from 255 or 47.37% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 45 - color contains mainly: green. Hex color #092D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D29 is #F6D2D6. Grayscale: #212121. Windows color (decimal): -16175831 or 2698505. OLE color: 2698505.
HSL color Cylindrical-coordinate representation of color #092D29: hue angle of 173.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 #092D29 is Cyan = 0.8, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 45 | 41 | - |
| CMYK | 0.8 | 0 | 0.09 | 0.82 |
| HSL | 173.33º | 0.67% | 0.11% | - |
| HSV(B) | 173.33º | 0.8% | 0.18% | - |
| XYZ | 1.45 | 2.09 | 2.43 | - |
| YUV | 33.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 41 | 0.8 | 0 | 0.09 | 0.82 | 173.33 | 0.67 | 0.11 |
| Hex | 9 | 2D | 29 | 50 | 0 | 9 | 52 | AD | 43 | B |
| Octal | 11 | 55 | 51 | 120 | 0 | 11 | 122 | 255 | 103 | 13 |
| Binary | 1001 | 101101 | 101001 | 1010000 | 0 | 1001 | 1010010 | 10101101 | 1000011 | 1011 |
Color Harmonies of #092D29
Complementary color
Monochromatic Colors of #092D29
Black with #092D29
Text Example
Text Example
White with #092D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D29; }
p { color: rgb(9,45,41); }
H1.HeaderClassName
{
color: #092D29;
}
.AnyTagClassName
{
color: #092D29;
}
</style>
background-color css
<style>
a { background-color: #092D29; }
a { background-color: rgb(9,45,41); }
div.DivClassName
{
background-color: #092D29;
}
.BgClassName
{
background-color: #092D29;
}
</style>
border-color css
<style>
span { border-color: #092D29; }
span { border-color: rgb(9,45,41); }
td.TdClassName
{
border-color: #092D29;
}
.TagClassName
{
border-color: #092D29;
}
</style>