Shades of Dark Green #11281F
Tints of Dark Green #11281F
RGB
CMYK
RGB Variations
Color information
#11281F (or 0x11281F) is known color: Dark Green. HEX triplet: 11, 28 and 1F. RGB value is (17,40,31). Sum of RGB (Red+Green+Blue) = 17+40+31=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #11281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11281F is #EED7E0. Grayscale: #202020. Windows color (decimal): -15652833 or 2041873. OLE color: 2041873.
HSL color Cylindrical-coordinate representation of color #11281F: hue angle of 156.52º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #11281F is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 40 | 31 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.84 |
| HSL | 156.52º | 0.4% | 0.11% | - |
| HSV(B) | 156.52º | 0.58% | 0.16% | - |
| XYZ | 1.24 | 1.74 | 1.57 | - |
| YUV | 32.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 31 | 0.57 | 0 | 0.22 | 0.84 | 156.52 | 0.4 | 0.11 |
| Hex | 11 | 28 | 1F | 39 | 0 | 16 | 54 | 9D | 28 | B |
| Octal | 21 | 50 | 37 | 71 | 0 | 26 | 124 | 235 | 50 | 13 |
| Binary | 10001 | 101000 | 11111 | 111001 | 0 | 10110 | 1010100 | 10011101 | 101000 | 1011 |
Color Harmonies of #11281F
Complementary color
Monochromatic Colors of #11281F
Black with #11281F
Text Example
Text Example
White with #11281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11281F; }
p { color: rgb(17,40,31); }
H1.HeaderClassName
{
color: #11281F;
}
.AnyTagClassName
{
color: #11281F;
}
</style>
background-color css
<style>
a { background-color: #11281F; }
a { background-color: rgb(17,40,31); }
div.DivClassName
{
background-color: #11281F;
}
.BgClassName
{
background-color: #11281F;
}
</style>
border-color css
<style>
span { border-color: #11281F; }
span { border-color: rgb(17,40,31); }
td.TdClassName
{
border-color: #11281F;
}
.TagClassName
{
border-color: #11281F;
}
</style>