Shades of Dark Green #091B14
Tints of Dark Green #091B14
RGB
CMYK
RGB Variations
Color information
#091B14 (or 0x091B14) is known color: Dark Green. HEX triplet: 09, 1B and 14. RGB value is (9,27,20). Sum of RGB (Red+Green+Blue) = 9+27+20=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 27 - color contains mainly: green. Hex color #091B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091B14 is #F6E4EB. Grayscale: #141414. Windows color (decimal): -16180460 or 1317641. OLE color: 1317641.
HSL color Cylindrical-coordinate representation of color #091B14: hue angle of 156.67º 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 #091B14 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 27 | 20 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.89 |
| HSL | 156.67º | 0.5% | 0.07% | - |
| HSV(B) | 156.67º | 0.67% | 0.11% | - |
| XYZ | 0.63 | 0.89 | 0.8 | - |
| YUV | 20.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 20 | 0.67 | 0 | 0.26 | 0.89 | 156.67 | 0.5 | 0.07 |
| Hex | 9 | 1B | 14 | 43 | 0 | 1A | 59 | 9D | 32 | 7 |
| Octal | 11 | 33 | 24 | 103 | 0 | 32 | 131 | 235 | 62 | 7 |
| Binary | 1001 | 11011 | 10100 | 1000011 | 0 | 11010 | 1011001 | 10011101 | 110010 | 111 |
Color Harmonies of #091B14
Complementary color
Monochromatic Colors of #091B14
Black with #091B14
Text Example
Text Example
White with #091B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B14; }
p { color: rgb(9,27,20); }
H1.HeaderClassName
{
color: #091B14;
}
.AnyTagClassName
{
color: #091B14;
}
</style>
background-color css
<style>
a { background-color: #091B14; }
a { background-color: rgb(9,27,20); }
div.DivClassName
{
background-color: #091B14;
}
.BgClassName
{
background-color: #091B14;
}
</style>
border-color css
<style>
span { border-color: #091B14; }
span { border-color: rgb(9,27,20); }
td.TdClassName
{
border-color: #091B14;
}
.TagClassName
{
border-color: #091B14;
}
</style>