Shades of Dark Green #092E1A
Tints of Dark Green #092E1A
RGB
CMYK
RGB Variations
Color information
#092E1A (or 0x092E1A) is known color: Dark Green. HEX triplet: 09, 2E and 1A. RGB value is (9,46,26). Sum of RGB (Red+Green+Blue) = 9+46+26=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 46 (18.36% from 255 or 56.79% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 46 - color contains mainly: green. Hex color #092E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E1A is #F6D1E5. Grayscale: #202020. Windows color (decimal): -16175590 or 1715721. OLE color: 1715721.
HSL color Cylindrical-coordinate representation of color #092E1A: hue angle of 147.57º 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 #092E1A is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 46 | 26 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.82 |
| HSL | 147.57º | 0.67% | 0.11% | - |
| HSV(B) | 147.57º | 0.8% | 0.18% | - |
| XYZ | 1.28 | 2.09 | 1.31 | - |
| YUV | 32.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 26 | 0.80 | 0 | 0.43 | 0.82 | 147.57 | 0.67 | 0.11 |
| Hex | 9 | 2E | 1A | 50 | 0 | 2B | 52 | 94 | 43 | B |
| Octal | 11 | 56 | 32 | 120 | 0 | 53 | 122 | 224 | 103 | 13 |
| Binary | 1001 | 101110 | 11010 | 1010000 | 0 | 101011 | 1010010 | 10010100 | 1000011 | 1011 |
Color Harmonies of #092E1A
Complementary color
Monochromatic Colors of #092E1A
Black with #092E1A
Text Example
Text Example
White with #092E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E1A; }
p { color: rgb(9,46,26); }
H1.HeaderClassName
{
color: #092E1A;
}
.AnyTagClassName
{
color: #092E1A;
}
</style>
background-color css
<style>
a { background-color: #092E1A; }
a { background-color: rgb(9,46,26); }
div.DivClassName
{
background-color: #092E1A;
}
.BgClassName
{
background-color: #092E1A;
}
</style>
border-color css
<style>
span { border-color: #092E1A; }
span { border-color: rgb(9,46,26); }
td.TdClassName
{
border-color: #092E1A;
}
.TagClassName
{
border-color: #092E1A;
}
</style>