Shades of Dark Green #11201B
Tints of Dark Green #11201B
RGB
CMYK
RGB Variations
Color information
#11201B (or 0x11201B) is known color: Dark Green. HEX triplet: 11, 20 and 1B. RGB value is (17,32,27). Sum of RGB (Red+Green+Blue) = 17+32+27=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 32 - color contains mainly: green. Hex color #11201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11201B is #EEDFE4. Grayscale: #1A1A1A. Windows color (decimal): -15654885 or 1777681. OLE color: 1777681.
HSL color Cylindrical-coordinate representation of color #11201B: hue angle of 160º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #11201B is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 32 | 27 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.87 |
| HSL | 160º | 0.31% | 0.1% | - |
| HSV(B) | 160º | 0.47% | 0.13% | - |
| XYZ | 0.95 | 1.23 | 1.22 | - |
| YUV | 26.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 27 | 0.47 | 0 | 0.16 | 0.87 | 160 | 0.31 | 0.1 |
| Hex | 11 | 20 | 1B | 2F | 0 | 10 | 57 | A0 | 1F | A |
| Octal | 21 | 40 | 33 | 57 | 0 | 20 | 127 | 240 | 37 | 12 |
| Binary | 10001 | 100000 | 11011 | 101111 | 0 | 10000 | 1010111 | 10100000 | 11111 | 1010 |
Color Harmonies of #11201B
Complementary color
Monochromatic Colors of #11201B
Black with #11201B
Text Example
Text Example
White with #11201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11201B; }
p { color: rgb(17,32,27); }
H1.HeaderClassName
{
color: #11201B;
}
.AnyTagClassName
{
color: #11201B;
}
</style>
background-color css
<style>
a { background-color: #11201B; }
a { background-color: rgb(17,32,27); }
div.DivClassName
{
background-color: #11201B;
}
.BgClassName
{
background-color: #11201B;
}
</style>
border-color css
<style>
span { border-color: #11201B; }
span { border-color: rgb(17,32,27); }
td.TdClassName
{
border-color: #11201B;
}
.TagClassName
{
border-color: #11201B;
}
</style>