Shades of Palm Green #213B2D
Tints of Palm Green #213B2D
RGB
CMYK
RGB Variations
Color information
#213B2D (or 0x213B2D) is known color: Palm Green. HEX triplet: 21, 3B and 2D. RGB value is (33,59,45). Sum of RGB (Red+Green+Blue) = 33+59+45=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 59 - color contains mainly: green. Hex color #213B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B2D is #DEC4D2. Grayscale: #313131. Windows color (decimal): -14599379 or 2964257. OLE color: 2964257.
HSL color Cylindrical-coordinate representation of color #213B2D: hue angle of 147.69º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #213B2D is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 59 | 45 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.77 |
| HSL | 147.69º | 0.28% | 0.18% | - |
| HSV(B) | 147.69º | 0.44% | 0.23% | - |
| XYZ | 2.66 | 3.64 | 3.04 | - |
| YUV | 49.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 45 | 0.44 | 0 | 0.24 | 0.77 | 147.69 | 0.28 | 0.18 |
| Hex | 21 | 3B | 2D | 2C | 0 | 18 | 4D | 94 | 1C | 12 |
| Octal | 41 | 73 | 55 | 54 | 0 | 30 | 115 | 224 | 34 | 22 |
| Binary | 100001 | 111011 | 101101 | 101100 | 0 | 11000 | 1001101 | 10010100 | 11100 | 10010 |
Color Harmonies of #213B2D
Complementary color
Monochromatic Colors of #213B2D
Black with #213B2D
Text Example
Text Example
White with #213B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B2D; }
p { color: rgb(33,59,45); }
H1.HeaderClassName
{
color: #213B2D;
}
.AnyTagClassName
{
color: #213B2D;
}
</style>
background-color css
<style>
a { background-color: #213B2D; }
a { background-color: rgb(33,59,45); }
div.DivClassName
{
background-color: #213B2D;
}
.BgClassName
{
background-color: #213B2D;
}
</style>
border-color css
<style>
span { border-color: #213B2D; }
span { border-color: rgb(33,59,45); }
td.TdClassName
{
border-color: #213B2D;
}
.TagClassName
{
border-color: #213B2D;
}
</style>