Shades of Dark Green #091F18
Tints of Dark Green #091F18
RGB
CMYK
RGB Variations
Color information
#091F18 (or 0x091F18) is known color: Dark Green. HEX triplet: 09, 1F and 18. RGB value is (9,31,24). Sum of RGB (Red+Green+Blue) = 9+31+24=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 31 (12.5% from 255 or 48.44% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 31 - color contains mainly: green. Hex color #091F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091F18 is #F6E0E7. Grayscale: #171717. Windows color (decimal): -16179432 or 1580809. OLE color: 1580809.
HSL color Cylindrical-coordinate representation of color #091F18: hue angle of 160.91º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #091F18 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 31 | 24 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.88 |
| HSL | 160.91º | 0.55% | 0.08% | - |
| HSV(B) | 160.91º | 0.71% | 0.12% | - |
| XYZ | 0.77 | 1.1 | 1.04 | - |
| YUV | 23.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 24 | 0.71 | 0 | 0.23 | 0.88 | 160.91 | 0.55 | 0.08 |
| Hex | 9 | 1F | 18 | 47 | 0 | 17 | 58 | A1 | 37 | 8 |
| Octal | 11 | 37 | 30 | 107 | 0 | 27 | 130 | 241 | 67 | 10 |
| Binary | 1001 | 11111 | 11000 | 1000111 | 0 | 10111 | 1011000 | 10100001 | 110111 | 1000 |
Color Harmonies of #091F18
Complementary color
Monochromatic Colors of #091F18
Black with #091F18
Text Example
Text Example
White with #091F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F18; }
p { color: rgb(9,31,24); }
H1.HeaderClassName
{
color: #091F18;
}
.AnyTagClassName
{
color: #091F18;
}
</style>
background-color css
<style>
a { background-color: #091F18; }
a { background-color: rgb(9,31,24); }
div.DivClassName
{
background-color: #091F18;
}
.BgClassName
{
background-color: #091F18;
}
</style>
border-color css
<style>
span { border-color: #091F18; }
span { border-color: rgb(9,31,24); }
td.TdClassName
{
border-color: #091F18;
}
.TagClassName
{
border-color: #091F18;
}
</style>