Shades of Dark Green #091A12
Tints of Dark Green #091A12
RGB
CMYK
RGB Variations
Color information
#091A12 (or 0x091A12) is known color: Dark Green. HEX triplet: 09, 1A and 12. RGB value is (9,26,18). Sum of RGB (Red+Green+Blue) = 9+26+18=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 26 (10.55% from 255 or 49.06% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 26 - color contains mainly: green. Hex color #091A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091A12 is #F6E5ED. Grayscale: #141414. Windows color (decimal): -16180718 or 1186313. OLE color: 1186313.
HSL color Cylindrical-coordinate representation of color #091A12: hue angle of 151.76º 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 #091A12 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 9 | 26 | 18 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.90 |
| HSL | 151.76º | 0.49% | 0.07% | - |
| HSV(B) | 151.76º | 0.65% | 0.1% | - |
| XYZ | 0.59 | 0.84 | 0.7 | - |
| YUV | 20.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 18 | 0.65 | 0 | 0.31 | 0.90 | 151.76 | 0.49 | 0.07 |
| Hex | 9 | 1A | 12 | 41 | 0 | 1F | 5A | 98 | 31 | 7 |
| Octal | 11 | 32 | 22 | 101 | 0 | 37 | 132 | 230 | 61 | 7 |
| Binary | 1001 | 11010 | 10010 | 1000001 | 0 | 11111 | 1011010 | 10011000 | 110001 | 111 |
Color Harmonies of #091A12
Complementary color
Monochromatic Colors of #091A12
Black with #091A12
Text Example
Text Example
White with #091A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A12; }
p { color: rgb(9,26,18); }
H1.HeaderClassName
{
color: #091A12;
}
.AnyTagClassName
{
color: #091A12;
}
</style>
background-color css
<style>
a { background-color: #091A12; }
a { background-color: rgb(9,26,18); }
div.DivClassName
{
background-color: #091A12;
}
.BgClassName
{
background-color: #091A12;
}
</style>
border-color css
<style>
span { border-color: #091A12; }
span { border-color: rgb(9,26,18); }
td.TdClassName
{
border-color: #091A12;
}
.TagClassName
{
border-color: #091A12;
}
</style>