Shades of Dark Green #11201C
Tints of Dark Green #11201C
RGB
CMYK
RGB Variations
Color information
#11201C (or 0x11201C) is known color: Dark Green. HEX triplet: 11, 20 and 1C. RGB value is (17,32,28). Sum of RGB (Red+Green+Blue) = 17+32+28=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #11201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11201C is #EEDFE3. Grayscale: #1B1B1B. Windows color (decimal): -15654884 or 1843217. OLE color: 1843217.
HSL color Cylindrical-coordinate representation of color #11201C: hue angle of 164º 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 #11201C is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
RGB | 17 | 32 | 28 | - |
CMYK | 0.47 | 0 | 0.12 | 0.87 |
HSL | 164º | 0.31% | 0.1% | - |
HSV(B) | 164º | 0.47% | 0.13% | - |
XYZ | 0.96 | 1.24 | 1.29 | - |
YUV | 27.06 | 128.53 | 120.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 32 | 28 | 0.47 | 0 | 0.12 | 0.87 | 164 | 0.31 | 0.1 |
Hex | 11 | 20 | 1C | 2F | 0 | C | 57 | A4 | 1F | A |
Octal | 21 | 40 | 34 | 57 | 0 | 14 | 127 | 244 | 37 | 12 |
Binary | 10001 | 100000 | 11100 | 101111 | 0 | 1100 | 1010111 | 10100100 | 11111 | 1010 |
Color Harmonies of #11201C
Complementary color
Monochromatic Colors of #11201C
Black with #11201C
Text Example
Text Example
White with #11201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11201C; }
p { color: rgb(17,32,28); }
H1.HeaderClassName
{
color: #11201C;
}
.AnyTagClassName
{
color: #11201C;
}
</style>
background-color css
<style>
a { background-color: #11201C; }
a { background-color: rgb(17,32,28); }
div.DivClassName
{
background-color: #11201C;
}
.BgClassName
{
background-color: #11201C;
}
</style>
border-color css
<style>
span { border-color: #11201C; }
span { border-color: rgb(17,32,28); }
td.TdClassName
{
border-color: #11201C;
}
.TagClassName
{
border-color: #11201C;
}
</style>