Shades of Rangoon Green #21221F
Tints of Rangoon Green #21221F
RGB
CMYK
RGB Variations
Color information
#21221F (or 0x21221F) is known color: Rangoon Green. HEX triplet: 21, 22 and 1F. RGB value is (33,34,31). Sum of RGB (Red+Green+Blue) = 33+34+31=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 34 - color contains mainly: green. Hex color #21221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21221F is #DEDDE0. Grayscale: #212121. Windows color (decimal): -14605793 or 2040353. OLE color: 2040353.
HSL color Cylindrical-coordinate representation of color #21221F: hue angle of 80º degrees, saturation: 0.05, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #21221F is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 34 | 31 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.87 |
| HSL | 80º | 0.05% | 0.13% | - |
| HSV(B) | 80º | 0.09% | 0.13% | - |
| XYZ | 1.45 | 1.57 | 1.52 | - |
| YUV | 33.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 31 | 0.03 | 0 | 0.09 | 0.87 | 80 | 0.05 | 0.13 |
| Hex | 21 | 22 | 1F | 3 | 0 | 9 | 57 | 50 | 5 | D |
| Octal | 41 | 42 | 37 | 3 | 0 | 11 | 127 | 120 | 5 | 15 |
| Binary | 100001 | 100010 | 11111 | 11 | 0 | 1001 | 1010111 | 1010000 | 101 | 1101 |
Color Harmonies of #21221F
Complementary color
Monochromatic Colors of #21221F
Black with #21221F
Text Example
Text Example
White with #21221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21221F; }
p { color: rgb(33,34,31); }
H1.HeaderClassName
{
color: #21221F;
}
.AnyTagClassName
{
color: #21221F;
}
</style>
background-color css
<style>
a { background-color: #21221F; }
a { background-color: rgb(33,34,31); }
div.DivClassName
{
background-color: #21221F;
}
.BgClassName
{
background-color: #21221F;
}
</style>
border-color css
<style>
span { border-color: #21221F; }
span { border-color: rgb(33,34,31); }
td.TdClassName
{
border-color: #21221F;
}
.TagClassName
{
border-color: #21221F;
}
</style>