Shades of Dark Green #091F1A
Tints of Dark Green #091F1A
RGB
CMYK
RGB Variations
Color information
#091F1A (or 0x091F1A) is known color: Dark Green. HEX triplet: 09, 1F and 1A. RGB value is (9,31,26). Sum of RGB (Red+Green+Blue) = 9+31+26=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #091F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F1A is #F6E0E5. Grayscale: #171717. Windows color (decimal): -16179430 or 1711881. OLE color: 1711881.
HSL color Cylindrical-coordinate representation of color #091F1A: hue angle of 166.36º 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 #091F1A is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 31 | 26 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.88 |
| HSL | 166.36º | 0.55% | 0.08% | - |
| HSV(B) | 166.36º | 0.71% | 0.12% | - |
| XYZ | 0.79 | 1.11 | 1.15 | - |
| YUV | 23.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 26 | 0.71 | 0 | 0.16 | 0.88 | 166.36 | 0.55 | 0.08 |
| Hex | 9 | 1F | 1A | 47 | 0 | 10 | 58 | A6 | 37 | 8 |
| Octal | 11 | 37 | 32 | 107 | 0 | 20 | 130 | 246 | 67 | 10 |
| Binary | 1001 | 11111 | 11010 | 1000111 | 0 | 10000 | 1011000 | 10100110 | 110111 | 1000 |
Color Harmonies of #091F1A
Complementary color
Monochromatic Colors of #091F1A
Black with #091F1A
Text Example
Text Example
White with #091F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F1A; }
p { color: rgb(9,31,26); }
H1.HeaderClassName
{
color: #091F1A;
}
.AnyTagClassName
{
color: #091F1A;
}
</style>
background-color css
<style>
a { background-color: #091F1A; }
a { background-color: rgb(9,31,26); }
div.DivClassName
{
background-color: #091F1A;
}
.BgClassName
{
background-color: #091F1A;
}
</style>
border-color css
<style>
span { border-color: #091F1A; }
span { border-color: rgb(9,31,26); }
td.TdClassName
{
border-color: #091F1A;
}
.TagClassName
{
border-color: #091F1A;
}
</style>