Shades of Dark Green #11241E
Tints of Dark Green #11241E
RGB
CMYK
RGB Variations
Color information
#11241E (or 0x11241E) is known color: Dark Green. HEX triplet: 11, 24 and 1E. RGB value is (17,36,30). Sum of RGB (Red+Green+Blue) = 17+36+30=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 36 - color contains mainly: green. Hex color #11241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11241E is #EEDBE1. Grayscale: #1D1D1D. Windows color (decimal): -15653858 or 1975313. OLE color: 1975313.
HSL color Cylindrical-coordinate representation of color #11241E: hue angle of 161.05º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #11241E is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 36 | 30 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.86 |
| HSL | 161.05º | 0.36% | 0.1% | - |
| HSV(B) | 161.05º | 0.53% | 0.14% | - |
| XYZ | 1.1 | 1.47 | 1.46 | - |
| YUV | 29.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 30 | 0.53 | 0 | 0.17 | 0.86 | 161.05 | 0.36 | 0.1 |
| Hex | 11 | 24 | 1E | 35 | 0 | 11 | 56 | A1 | 24 | A |
| Octal | 21 | 44 | 36 | 65 | 0 | 21 | 126 | 241 | 44 | 12 |
| Binary | 10001 | 100100 | 11110 | 110101 | 0 | 10001 | 1010110 | 10100001 | 100100 | 1010 |
Color Harmonies of #11241E
Complementary color
Monochromatic Colors of #11241E
Black with #11241E
Text Example
Text Example
White with #11241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11241E; }
p { color: rgb(17,36,30); }
H1.HeaderClassName
{
color: #11241E;
}
.AnyTagClassName
{
color: #11241E;
}
</style>
background-color css
<style>
a { background-color: #11241E; }
a { background-color: rgb(17,36,30); }
div.DivClassName
{
background-color: #11241E;
}
.BgClassName
{
background-color: #11241E;
}
</style>
border-color css
<style>
span { border-color: #11241E; }
span { border-color: rgb(17,36,30); }
td.TdClassName
{
border-color: #11241E;
}
.TagClassName
{
border-color: #11241E;
}
</style>