Shades of Dark Green #11291F
Tints of Dark Green #11291F
RGB
CMYK
RGB Variations
Color information
#11291F (or 0x11291F) is known color: Dark Green. HEX triplet: 11, 29 and 1F. RGB value is (17,41,31). Sum of RGB (Red+Green+Blue) = 17+41+31=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 41 - color contains mainly: green. Hex color #11291F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11291F is #EED6E0. Grayscale: #202020. Windows color (decimal): -15652577 or 2042129. OLE color: 2042129.
HSL color Cylindrical-coordinate representation of color #11291F: hue angle of 155º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #11291F is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 41 | 31 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.84 |
| HSL | 155º | 0.41% | 0.11% | - |
| HSV(B) | 155º | 0.59% | 0.16% | - |
| XYZ | 1.27 | 1.8 | 1.58 | - |
| YUV | 32.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 31 | 0.59 | 0 | 0.24 | 0.84 | 155 | 0.41 | 0.11 |
| Hex | 11 | 29 | 1F | 3B | 0 | 18 | 54 | 9B | 29 | B |
| Octal | 21 | 51 | 37 | 73 | 0 | 30 | 124 | 233 | 51 | 13 |
| Binary | 10001 | 101001 | 11111 | 111011 | 0 | 11000 | 1010100 | 10011011 | 101001 | 1011 |
Color Harmonies of #11291F
Complementary color
Monochromatic Colors of #11291F
Black with #11291F
Text Example
Text Example
White with #11291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11291F; }
p { color: rgb(17,41,31); }
H1.HeaderClassName
{
color: #11291F;
}
.AnyTagClassName
{
color: #11291F;
}
</style>
background-color css
<style>
a { background-color: #11291F; }
a { background-color: rgb(17,41,31); }
div.DivClassName
{
background-color: #11291F;
}
.BgClassName
{
background-color: #11291F;
}
</style>
border-color css
<style>
span { border-color: #11291F; }
span { border-color: rgb(17,41,31); }
td.TdClassName
{
border-color: #11291F;
}
.TagClassName
{
border-color: #11291F;
}
</style>