Shades of Rangoon Green #212810
Tints of Rangoon Green #212810
RGB
CMYK
RGB Variations
Color information
#212810 (or 0x212810) is known color: Rangoon Green. HEX triplet: 21, 28 and 10. RGB value is (33,40,16). Sum of RGB (Red+Green+Blue) = 33+40+16=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #212810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212810 is #DED7EF. Grayscale: #232323. Windows color (decimal): -14604272 or 1058849. OLE color: 1058849.
HSL color Cylindrical-coordinate representation of color #212810: hue angle of 77.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #212810 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 40 | 16 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.84 |
| HSL | 77.5º | 0.43% | 0.11% | - |
| HSV(B) | 77.5º | 0.6% | 0.16% | - |
| XYZ | 1.48 | 1.88 | 0.77 | - |
| YUV | 35.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 16 | 0.17 | 0 | 0.60 | 0.84 | 77.5 | 0.43 | 0.11 |
| Hex | 21 | 28 | 10 | 11 | 0 | 3C | 54 | 4E | 2B | B |
| Octal | 41 | 50 | 20 | 21 | 0 | 74 | 124 | 116 | 53 | 13 |
| Binary | 100001 | 101000 | 10000 | 10001 | 0 | 111100 | 1010100 | 1001110 | 101011 | 1011 |
Color Harmonies of #212810
Complementary color
Monochromatic Colors of #212810
Black with #212810
Text Example
Text Example
White with #212810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212810; }
p { color: rgb(33,40,16); }
H1.HeaderClassName
{
color: #212810;
}
.AnyTagClassName
{
color: #212810;
}
</style>
background-color css
<style>
a { background-color: #212810; }
a { background-color: rgb(33,40,16); }
div.DivClassName
{
background-color: #212810;
}
.BgClassName
{
background-color: #212810;
}
</style>
border-color css
<style>
span { border-color: #212810; }
span { border-color: rgb(33,40,16); }
td.TdClassName
{
border-color: #212810;
}
.TagClassName
{
border-color: #212810;
}
</style>