Shades of Dark Green #091F1E
Tints of Dark Green #091F1E
RGB
CMYK
RGB Variations
Color information
#091F1E (or 0x091F1E) is known color: Dark Green. HEX triplet: 09, 1F and 1E. RGB value is (9,31,30). Sum of RGB (Red+Green+Blue) = 9+31+30=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 31 - color contains mainly: green. Hex color #091F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F1E is #F6E0E1. Grayscale: #181818. Windows color (decimal): -16179426 or 1974025. OLE color: 1974025.
HSL color Cylindrical-coordinate representation of color #091F1E: hue angle of 177.27º 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 #091F1E is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 31 | 30 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.88 |
| HSL | 177.27º | 0.55% | 0.08% | - |
| HSV(B) | 177.27º | 0.71% | 0.12% | - |
| XYZ | 0.84 | 1.13 | 1.4 | - |
| YUV | 24.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 30 | 0.71 | 0 | 0.03 | 0.88 | 177.27 | 0.55 | 0.08 |
| Hex | 9 | 1F | 1E | 47 | 0 | 3 | 58 | B1 | 37 | 8 |
| Octal | 11 | 37 | 36 | 107 | 0 | 3 | 130 | 261 | 67 | 10 |
| Binary | 1001 | 11111 | 11110 | 1000111 | 0 | 11 | 1011000 | 10110001 | 110111 | 1000 |
Color Harmonies of #091F1E
Complementary color
Monochromatic Colors of #091F1E
Black with #091F1E
Text Example
Text Example
White with #091F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F1E; }
p { color: rgb(9,31,30); }
H1.HeaderClassName
{
color: #091F1E;
}
.AnyTagClassName
{
color: #091F1E;
}
</style>
background-color css
<style>
a { background-color: #091F1E; }
a { background-color: rgb(9,31,30); }
div.DivClassName
{
background-color: #091F1E;
}
.BgClassName
{
background-color: #091F1E;
}
</style>
border-color css
<style>
span { border-color: #091F1E; }
span { border-color: rgb(9,31,30); }
td.TdClassName
{
border-color: #091F1E;
}
.TagClassName
{
border-color: #091F1E;
}
</style>