Shades of Dark Green #091B13
Tints of Dark Green #091B13
RGB
CMYK
RGB Variations
Color information
#091B13 (or 0x091B13) is known color: Dark Green. HEX triplet: 09, 1B and 13. RGB value is (9,27,19). Sum of RGB (Red+Green+Blue) = 9+27+19=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #091B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091B13 is #F6E4EC. Grayscale: #141414. Windows color (decimal): -16180461 or 1252105. OLE color: 1252105.
HSL color Cylindrical-coordinate representation of color #091B13: hue angle of 153.33º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #091B13 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 27 | 19 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.89 |
| HSL | 153.33º | 0.5% | 0.07% | - |
| HSV(B) | 153.33º | 0.67% | 0.11% | - |
| XYZ | 0.62 | 0.89 | 0.75 | - |
| YUV | 20.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 19 | 0.67 | 0 | 0.30 | 0.89 | 153.33 | 0.5 | 0.07 |
| Hex | 9 | 1B | 13 | 43 | 0 | 1E | 59 | 99 | 32 | 7 |
| Octal | 11 | 33 | 23 | 103 | 0 | 36 | 131 | 231 | 62 | 7 |
| Binary | 1001 | 11011 | 10011 | 1000011 | 0 | 11110 | 1011001 | 10011001 | 110010 | 111 |
Color Harmonies of #091B13
Complementary color
Monochromatic Colors of #091B13
Black with #091B13
Text Example
Text Example
White with #091B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B13; }
p { color: rgb(9,27,19); }
H1.HeaderClassName
{
color: #091B13;
}
.AnyTagClassName
{
color: #091B13;
}
</style>
background-color css
<style>
a { background-color: #091B13; }
a { background-color: rgb(9,27,19); }
div.DivClassName
{
background-color: #091B13;
}
.BgClassName
{
background-color: #091B13;
}
</style>
border-color css
<style>
span { border-color: #091B13; }
span { border-color: rgb(9,27,19); }
td.TdClassName
{
border-color: #091B13;
}
.TagClassName
{
border-color: #091B13;
}
</style>