Shades of Dark Green #092D1E
Tints of Dark Green #092D1E
RGB
CMYK
RGB Variations
Color information
#092D1E (or 0x092D1E) is known color: Dark Green. HEX triplet: 09, 2D and 1E. RGB value is (9,45,30). Sum of RGB (Red+Green+Blue) = 9+45+30=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 45 (17.97% from 255 or 53.57% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 45 - color contains mainly: green. Hex color #092D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D1E is #F6D2E1. Grayscale: #202020. Windows color (decimal): -16175842 or 1977609. OLE color: 1977609.
HSL color Cylindrical-coordinate representation of color #092D1E: hue angle of 155º 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 #092D1E is Cyan = 0.8, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 45 | 30 | - |
| CMYK | 0.8 | 0 | 0.33 | 0.82 |
| HSL | 155º | 0.67% | 0.11% | - |
| HSV(B) | 155º | 0.8% | 0.18% | - |
| XYZ | 1.29 | 2.03 | 1.55 | - |
| YUV | 32.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 30 | 0.8 | 0 | 0.33 | 0.82 | 155 | 0.67 | 0.11 |
| Hex | 9 | 2D | 1E | 50 | 0 | 21 | 52 | 9B | 43 | B |
| Octal | 11 | 55 | 36 | 120 | 0 | 41 | 122 | 233 | 103 | 13 |
| Binary | 1001 | 101101 | 11110 | 1010000 | 0 | 100001 | 1010010 | 10011011 | 1000011 | 1011 |
Color Harmonies of #092D1E
Complementary color
Monochromatic Colors of #092D1E
Black with #092D1E
Text Example
Text Example
White with #092D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D1E; }
p { color: rgb(9,45,30); }
H1.HeaderClassName
{
color: #092D1E;
}
.AnyTagClassName
{
color: #092D1E;
}
</style>
background-color css
<style>
a { background-color: #092D1E; }
a { background-color: rgb(9,45,30); }
div.DivClassName
{
background-color: #092D1E;
}
.BgClassName
{
background-color: #092D1E;
}
</style>
border-color css
<style>
span { border-color: #092D1E; }
span { border-color: rgb(9,45,30); }
td.TdClassName
{
border-color: #092D1E;
}
.TagClassName
{
border-color: #092D1E;
}
</style>