Shades of Dark Green #092E19
Tints of Dark Green #092E19
RGB
CMYK
RGB Variations
Color information
#092E19 (or 0x092E19) is known color: Dark Green. HEX triplet: 09, 2E and 19. RGB value is (9,46,25). Sum of RGB (Red+Green+Blue) = 9+46+25=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 46 (18.36% from 255 or 57.5% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 46 - color contains mainly: green. Hex color #092E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092E19 is #F6D1E6. Grayscale: #202020. Windows color (decimal): -16175591 or 1650185. OLE color: 1650185.
HSL color Cylindrical-coordinate representation of color #092E19: hue angle of 145.95º 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 #092E19 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 46 | 25 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.82 |
| HSL | 145.95º | 0.67% | 0.11% | - |
| HSV(B) | 145.95º | 0.8% | 0.18% | - |
| XYZ | 1.27 | 2.08 | 1.25 | - |
| YUV | 32.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 25 | 0.80 | 0 | 0.46 | 0.82 | 145.95 | 0.67 | 0.11 |
| Hex | 9 | 2E | 19 | 50 | 0 | 2E | 52 | 92 | 43 | B |
| Octal | 11 | 56 | 31 | 120 | 0 | 56 | 122 | 222 | 103 | 13 |
| Binary | 1001 | 101110 | 11001 | 1010000 | 0 | 101110 | 1010010 | 10010010 | 1000011 | 1011 |
Color Harmonies of #092E19
Complementary color
Monochromatic Colors of #092E19
Black with #092E19
Text Example
Text Example
White with #092E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E19; }
p { color: rgb(9,46,25); }
H1.HeaderClassName
{
color: #092E19;
}
.AnyTagClassName
{
color: #092E19;
}
</style>
background-color css
<style>
a { background-color: #092E19; }
a { background-color: rgb(9,46,25); }
div.DivClassName
{
background-color: #092E19;
}
.BgClassName
{
background-color: #092E19;
}
</style>
border-color css
<style>
span { border-color: #092E19; }
span { border-color: rgb(9,46,25); }
td.TdClassName
{
border-color: #092E19;
}
.TagClassName
{
border-color: #092E19;
}
</style>