Shades of Rangoon Green #20211E
Tints of Rangoon Green #20211E
RGB
CMYK
RGB Variations
Color information
#20211E (or 0x20211E) is known color: Rangoon Green. HEX triplet: 20, 21 and 1E. RGB value is (32,33,30). Sum of RGB (Red+Green+Blue) = 32+33+30=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 33 - color contains mainly: green. Hex color #20211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20211E is #DFDEE1. Grayscale: #202020. Windows color (decimal): -14671586 or 1974560. OLE color: 1974560.
HSL color Cylindrical-coordinate representation of color #20211E: hue angle of 80º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #20211E is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 33 | 30 | - |
CMYK | 0.03 | 0 | 0.09 | 0.87 |
HSL | 80º | 0.05% | 0.12% | - |
HSV(B) | 80º | 0.09% | 0.13% | - |
XYZ | 1.37 | 1.49 | 1.44 | - |
YUV | 32.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 33 | 30 | 0.03 | 0 | 0.09 | 0.87 | 80 | 0.05 | 0.12 |
Hex | 20 | 21 | 1E | 3 | 0 | 9 | 57 | 50 | 5 | C |
Octal | 40 | 41 | 36 | 3 | 0 | 11 | 127 | 120 | 5 | 14 |
Binary | 100000 | 100001 | 11110 | 11 | 0 | 1001 | 1010111 | 1010000 | 101 | 1100 |
Color Harmonies of #20211E
Complementary color
Monochromatic Colors of #20211E
Black with #20211E
Text Example
Text Example
White with #20211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20211E; }
p { color: rgb(32,33,30); }
H1.HeaderClassName
{
color: #20211E;
}
.AnyTagClassName
{
color: #20211E;
}
</style>
background-color css
<style>
a { background-color: #20211E; }
a { background-color: rgb(32,33,30); }
div.DivClassName
{
background-color: #20211E;
}
.BgClassName
{
background-color: #20211E;
}
</style>
border-color css
<style>
span { border-color: #20211E; }
span { border-color: rgb(32,33,30); }
td.TdClassName
{
border-color: #20211E;
}
.TagClassName
{
border-color: #20211E;
}
</style>