Shades of Dark Green #091D1C
Tints of Dark Green #091D1C
RGB
CMYK
RGB Variations
Color information
#091D1C (or 0x091D1C) is known color: Dark Green. HEX triplet: 09, 1D and 1C. RGB value is (9,29,28). Sum of RGB (Red+Green+Blue) = 9+29+28=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 29 - color contains mainly: green. Hex color #091D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D1C is #F6E2E3. Grayscale: #161616. Windows color (decimal): -16179940 or 1842441. OLE color: 1842441.
HSL color Cylindrical-coordinate representation of color #091D1C: hue angle of 177º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #091D1C is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 29 | 28 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.89 |
| HSL | 177º | 0.53% | 0.07% | - |
| HSV(B) | 177º | 0.69% | 0.11% | - |
| XYZ | 0.76 | 1.02 | 1.26 | - |
| YUV | 22.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 28 | 0.69 | 0 | 0.03 | 0.89 | 177 | 0.53 | 0.07 |
| Hex | 9 | 1D | 1C | 45 | 0 | 3 | 59 | B1 | 35 | 7 |
| Octal | 11 | 35 | 34 | 105 | 0 | 3 | 131 | 261 | 65 | 7 |
| Binary | 1001 | 11101 | 11100 | 1000101 | 0 | 11 | 1011001 | 10110001 | 110101 | 111 |
Color Harmonies of #091D1C
Complementary color
Monochromatic Colors of #091D1C
Black with #091D1C
Text Example
Text Example
White with #091D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D1C; }
p { color: rgb(9,29,28); }
H1.HeaderClassName
{
color: #091D1C;
}
.AnyTagClassName
{
color: #091D1C;
}
</style>
background-color css
<style>
a { background-color: #091D1C; }
a { background-color: rgb(9,29,28); }
div.DivClassName
{
background-color: #091D1C;
}
.BgClassName
{
background-color: #091D1C;
}
</style>
border-color css
<style>
span { border-color: #091D1C; }
span { border-color: rgb(9,29,28); }
td.TdClassName
{
border-color: #091D1C;
}
.TagClassName
{
border-color: #091D1C;
}
</style>