Shades of Rangoon Green #212A09
Tints of Rangoon Green #212A09
RGB
CMYK
RGB Variations
Color information
#212A09 (or 0x212A09) is known color: Rangoon Green. HEX triplet: 21, 2A and 09. RGB value is (33,42,9). Sum of RGB (Red+Green+Blue) = 33+42+9=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 42 (16.80% from 255 or 50% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 42 - color contains mainly: green. Hex color #212A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212A09 is #DED5F6. Grayscale: #232323. Windows color (decimal): -14603767 or 600609. OLE color: 600609.
HSL color Cylindrical-coordinate representation of color #212A09: hue angle of 76.36º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #212A09 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 42 | 9 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.84 |
| HSL | 76.36º | 0.65% | 0.1% | - |
| HSV(B) | 76.36º | 0.79% | 0.16% | - |
| XYZ | 1.5 | 2 | 0.56 | - |
| YUV | 35.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 9 | 0.21 | 0 | 0.79 | 0.84 | 76.36 | 0.65 | 0.1 |
| Hex | 21 | 2A | 9 | 15 | 0 | 4F | 54 | 4C | 41 | A |
| Octal | 41 | 52 | 11 | 25 | 0 | 117 | 124 | 114 | 101 | 12 |
| Binary | 100001 | 101010 | 1001 | 10101 | 0 | 1001111 | 1010100 | 1001100 | 1000001 | 1010 |
Color Harmonies of #212A09
Complementary color
Monochromatic Colors of #212A09
Black with #212A09
Text Example
Text Example
White with #212A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A09; }
p { color: rgb(33,42,9); }
H1.HeaderClassName
{
color: #212A09;
}
.AnyTagClassName
{
color: #212A09;
}
</style>
background-color css
<style>
a { background-color: #212A09; }
a { background-color: rgb(33,42,9); }
div.DivClassName
{
background-color: #212A09;
}
.BgClassName
{
background-color: #212A09;
}
</style>
border-color css
<style>
span { border-color: #212A09; }
span { border-color: rgb(33,42,9); }
td.TdClassName
{
border-color: #212A09;
}
.TagClassName
{
border-color: #212A09;
}
</style>