Shades of Rangoon Green #20211D
Tints of Rangoon Green #20211D
RGB
CMYK
RGB Variations
Color information
#20211D (or 0x20211D) is known color: Rangoon Green. HEX triplet: 20, 21 and 1D. RGB value is (32,33,29). Sum of RGB (Red+Green+Blue) = 32+33+29=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 33 - color contains mainly: green. Hex color #20211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20211D is #DFDEE2. Grayscale: #202020. Windows color (decimal): -14671587 or 1909024. OLE color: 1909024.
HSL color Cylindrical-coordinate representation of color #20211D: hue angle of 75º degrees, saturation: 0.06, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #20211D is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 33 | 29 | - |
CMYK | 0.03 | 0 | 0.12 | 0.87 |
HSL | 75º | 0.06% | 0.12% | - |
HSV(B) | 75º | 0.12% | 0.13% | - |
XYZ | 1.36 | 1.48 | 1.38 | - |
YUV | 32.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 33 | 29 | 0.03 | 0 | 0.12 | 0.87 | 75 | 0.06 | 0.12 |
Hex | 20 | 21 | 1D | 3 | 0 | C | 57 | 4B | 6 | C |
Octal | 40 | 41 | 35 | 3 | 0 | 14 | 127 | 113 | 6 | 14 |
Binary | 100000 | 100001 | 11101 | 11 | 0 | 1100 | 1010111 | 1001011 | 110 | 1100 |
Color Harmonies of #20211D
Complementary color
Monochromatic Colors of #20211D
Black with #20211D
Text Example
Text Example
White with #20211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20211D; }
p { color: rgb(32,33,29); }
H1.HeaderClassName
{
color: #20211D;
}
.AnyTagClassName
{
color: #20211D;
}
</style>
background-color css
<style>
a { background-color: #20211D; }
a { background-color: rgb(32,33,29); }
div.DivClassName
{
background-color: #20211D;
}
.BgClassName
{
background-color: #20211D;
}
</style>
border-color css
<style>
span { border-color: #20211D; }
span { border-color: rgb(32,33,29); }
td.TdClassName
{
border-color: #20211D;
}
.TagClassName
{
border-color: #20211D;
}
</style>