Shades of Rangoon Green #212515
Tints of Rangoon Green #212515
RGB
CMYK
RGB Variations
Color information
#212515 (or 0x212515) is known color: Rangoon Green. HEX triplet: 21, 25 and 15. RGB value is (33,37,21). Sum of RGB (Red+Green+Blue) = 33+37+21=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #212515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212515 is #DEDAEA. Grayscale: #222222. Windows color (decimal): -14605035 or 1385761. OLE color: 1385761.
HSL color Cylindrical-coordinate representation of color #212515: hue angle of 75º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #212515 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 37 | 21 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.85 |
| HSL | 75º | 0.28% | 0.11% | - |
| HSV(B) | 75º | 0.43% | 0.15% | - |
| XYZ | 1.42 | 1.7 | 0.96 | - |
| YUV | 33.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 21 | 0.11 | 0 | 0.43 | 0.85 | 75 | 0.28 | 0.11 |
| Hex | 21 | 25 | 15 | B | 0 | 2B | 55 | 4B | 1C | B |
| Octal | 41 | 45 | 25 | 13 | 0 | 53 | 125 | 113 | 34 | 13 |
| Binary | 100001 | 100101 | 10101 | 1011 | 0 | 101011 | 1010101 | 1001011 | 11100 | 1011 |
Color Harmonies of #212515
Complementary color
Monochromatic Colors of #212515
Black with #212515
Text Example
Text Example
White with #212515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212515; }
p { color: rgb(33,37,21); }
H1.HeaderClassName
{
color: #212515;
}
.AnyTagClassName
{
color: #212515;
}
</style>
background-color css
<style>
a { background-color: #212515; }
a { background-color: rgb(33,37,21); }
div.DivClassName
{
background-color: #212515;
}
.BgClassName
{
background-color: #212515;
}
</style>
border-color css
<style>
span { border-color: #212515; }
span { border-color: rgb(33,37,21); }
td.TdClassName
{
border-color: #212515;
}
.TagClassName
{
border-color: #212515;
}
</style>