Shades of Dark Green #091E12
Tints of Dark Green #091E12
RGB
CMYK
RGB Variations
Color information
#091E12 (or 0x091E12) is known color: Dark Green. HEX triplet: 09, 1E and 12. RGB value is (9,30,18). Sum of RGB (Red+Green+Blue) = 9+30+18=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #091E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091E12 is #F6E1ED. Grayscale: #161616. Windows color (decimal): -16179694 or 1187337. OLE color: 1187337.
HSL color Cylindrical-coordinate representation of color #091E12: hue angle of 145.71º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #091E12 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 30 | 18 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.88 |
| HSL | 145.71º | 0.54% | 0.08% | - |
| HSV(B) | 145.71º | 0.7% | 0.12% | - |
| XYZ | 0.69 | 1.03 | 0.73 | - |
| YUV | 22.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 18 | 0.70 | 0 | 0.40 | 0.88 | 145.71 | 0.54 | 0.08 |
| Hex | 9 | 1E | 12 | 46 | 0 | 28 | 58 | 92 | 36 | 8 |
| Octal | 11 | 36 | 22 | 106 | 0 | 50 | 130 | 222 | 66 | 10 |
| Binary | 1001 | 11110 | 10010 | 1000110 | 0 | 101000 | 1011000 | 10010010 | 110110 | 1000 |
Color Harmonies of #091E12
Complementary color
Monochromatic Colors of #091E12
Black with #091E12
Text Example
Text Example
White with #091E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E12; }
p { color: rgb(9,30,18); }
H1.HeaderClassName
{
color: #091E12;
}
.AnyTagClassName
{
color: #091E12;
}
</style>
background-color css
<style>
a { background-color: #091E12; }
a { background-color: rgb(9,30,18); }
div.DivClassName
{
background-color: #091E12;
}
.BgClassName
{
background-color: #091E12;
}
</style>
border-color css
<style>
span { border-color: #091E12; }
span { border-color: rgb(9,30,18); }
td.TdClassName
{
border-color: #091E12;
}
.TagClassName
{
border-color: #091E12;
}
</style>