Shades of Dark Green #091F1D
Tints of Dark Green #091F1D
RGB
CMYK
RGB Variations
Color information
#091F1D (or 0x091F1D) is known color: Dark Green. HEX triplet: 09, 1F and 1D. RGB value is (9,31,29). Sum of RGB (Red+Green+Blue) = 9+31+29=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 31 - color contains mainly: green. Hex color #091F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F1D is #F6E0E2. Grayscale: #181818. Windows color (decimal): -16179427 or 1908489. OLE color: 1908489.
HSL color Cylindrical-coordinate representation of color #091F1D: hue angle of 174.55º 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 #091F1D is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 31 | 29 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.88 |
| HSL | 174.55º | 0.55% | 0.08% | - |
| HSV(B) | 174.55º | 0.71% | 0.12% | - |
| XYZ | 0.82 | 1.13 | 1.34 | - |
| YUV | 24.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 29 | 0.71 | 0 | 0.06 | 0.88 | 174.55 | 0.55 | 0.08 |
| Hex | 9 | 1F | 1D | 47 | 0 | 6 | 58 | AF | 37 | 8 |
| Octal | 11 | 37 | 35 | 107 | 0 | 6 | 130 | 257 | 67 | 10 |
| Binary | 1001 | 11111 | 11101 | 1000111 | 0 | 110 | 1011000 | 10101111 | 110111 | 1000 |
Color Harmonies of #091F1D
Complementary color
Monochromatic Colors of #091F1D
Black with #091F1D
Text Example
Text Example
White with #091F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F1D; }
p { color: rgb(9,31,29); }
H1.HeaderClassName
{
color: #091F1D;
}
.AnyTagClassName
{
color: #091F1D;
}
</style>
background-color css
<style>
a { background-color: #091F1D; }
a { background-color: rgb(9,31,29); }
div.DivClassName
{
background-color: #091F1D;
}
.BgClassName
{
background-color: #091F1D;
}
</style>
border-color css
<style>
span { border-color: #091F1D; }
span { border-color: rgb(9,31,29); }
td.TdClassName
{
border-color: #091F1D;
}
.TagClassName
{
border-color: #091F1D;
}
</style>