Shades of Dark Green #091A14
Tints of Dark Green #091A14
RGB
CMYK
RGB Variations
Color information
#091A14 (or 0x091A14) is known color: Dark Green. HEX triplet: 09, 1A and 14. RGB value is (9,26,20). Sum of RGB (Red+Green+Blue) = 9+26+20=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 26 - color contains mainly: green. Hex color #091A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091A14 is #F6E5EB. Grayscale: #141414. Windows color (decimal): -16180716 or 1317385. OLE color: 1317385.
HSL color Cylindrical-coordinate representation of color #091A14: hue angle of 158.82º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #091A14 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 9 | 26 | 20 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.90 |
| HSL | 158.82º | 0.49% | 0.07% | - |
| HSV(B) | 158.82º | 0.65% | 0.1% | - |
| XYZ | 0.61 | 0.85 | 0.79 | - |
| YUV | 20.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 20 | 0.65 | 0 | 0.23 | 0.90 | 158.82 | 0.49 | 0.07 |
| Hex | 9 | 1A | 14 | 41 | 0 | 17 | 5A | 9F | 31 | 7 |
| Octal | 11 | 32 | 24 | 101 | 0 | 27 | 132 | 237 | 61 | 7 |
| Binary | 1001 | 11010 | 10100 | 1000001 | 0 | 10111 | 1011010 | 10011111 | 110001 | 111 |
Color Harmonies of #091A14
Complementary color
Monochromatic Colors of #091A14
Black with #091A14
Text Example
Text Example
White with #091A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A14; }
p { color: rgb(9,26,20); }
H1.HeaderClassName
{
color: #091A14;
}
.AnyTagClassName
{
color: #091A14;
}
</style>
background-color css
<style>
a { background-color: #091A14; }
a { background-color: rgb(9,26,20); }
div.DivClassName
{
background-color: #091A14;
}
.BgClassName
{
background-color: #091A14;
}
</style>
border-color css
<style>
span { border-color: #091A14; }
span { border-color: rgb(9,26,20); }
td.TdClassName
{
border-color: #091A14;
}
.TagClassName
{
border-color: #091A14;
}
</style>