Shades of Rangoon Green #212518
Tints of Rangoon Green #212518
RGB
CMYK
RGB Variations
Color information
#212518 (or 0x212518) is known color: Rangoon Green. HEX triplet: 21, 25 and 18. RGB value is (33,37,24). Sum of RGB (Red+Green+Blue) = 33+37+24=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 37 - color contains mainly: green. Hex color #212518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212518 is #DEDAE7. Grayscale: #222222. Windows color (decimal): -14605032 or 1582369. OLE color: 1582369.
HSL color Cylindrical-coordinate representation of color #212518: hue angle of 78.46º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #212518 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 37 | 24 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.85 |
| HSL | 78.46º | 0.21% | 0.12% | - |
| HSV(B) | 78.46º | 0.35% | 0.15% | - |
| XYZ | 1.45 | 1.71 | 1.12 | - |
| YUV | 34.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 24 | 0.11 | 0 | 0.35 | 0.85 | 78.46 | 0.21 | 0.12 |
| Hex | 21 | 25 | 18 | B | 0 | 23 | 55 | 4E | 15 | C |
| Octal | 41 | 45 | 30 | 13 | 0 | 43 | 125 | 116 | 25 | 14 |
| Binary | 100001 | 100101 | 11000 | 1011 | 0 | 100011 | 1010101 | 1001110 | 10101 | 1100 |
Color Harmonies of #212518
Complementary color
Monochromatic Colors of #212518
Black with #212518
Text Example
Text Example
White with #212518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212518; }
p { color: rgb(33,37,24); }
H1.HeaderClassName
{
color: #212518;
}
.AnyTagClassName
{
color: #212518;
}
</style>
background-color css
<style>
a { background-color: #212518; }
a { background-color: rgb(33,37,24); }
div.DivClassName
{
background-color: #212518;
}
.BgClassName
{
background-color: #212518;
}
</style>
border-color css
<style>
span { border-color: #212518; }
span { border-color: rgb(33,37,24); }
td.TdClassName
{
border-color: #212518;
}
.TagClassName
{
border-color: #212518;
}
</style>