Shades of Palm Green #213E2D
Tints of Palm Green #213E2D
RGB
CMYK
RGB Variations
Color information
#213E2D (or 0x213E2D) is known color: Palm Green. HEX triplet: 21, 3E and 2D. RGB value is (33,62,45). Sum of RGB (Red+Green+Blue) = 33+62+45=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 62 - color contains mainly: green. Hex color #213E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E2D is #DEC1D2. Grayscale: #333333. Windows color (decimal): -14598611 or 2965025. OLE color: 2965025.
HSL color Cylindrical-coordinate representation of color #213E2D: hue angle of 144.83º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213E2D is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 62 | 45 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.76 |
| HSL | 144.83º | 0.31% | 0.19% | - |
| HSV(B) | 144.83º | 0.47% | 0.24% | - |
| XYZ | 2.82 | 3.96 | 3.1 | - |
| YUV | 51.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 45 | 0.47 | 0 | 0.27 | 0.76 | 144.83 | 0.31 | 0.19 |
| Hex | 21 | 3E | 2D | 2F | 0 | 1B | 4C | 91 | 1F | 13 |
| Octal | 41 | 76 | 55 | 57 | 0 | 33 | 114 | 221 | 37 | 23 |
| Binary | 100001 | 111110 | 101101 | 101111 | 0 | 11011 | 1001100 | 10010001 | 11111 | 10011 |
Color Harmonies of #213E2D
Complementary color
Monochromatic Colors of #213E2D
Black with #213E2D
Text Example
Text Example
White with #213E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E2D; }
p { color: rgb(33,62,45); }
H1.HeaderClassName
{
color: #213E2D;
}
.AnyTagClassName
{
color: #213E2D;
}
</style>
background-color css
<style>
a { background-color: #213E2D; }
a { background-color: rgb(33,62,45); }
div.DivClassName
{
background-color: #213E2D;
}
.BgClassName
{
background-color: #213E2D;
}
</style>
border-color css
<style>
span { border-color: #213E2D; }
span { border-color: rgb(33,62,45); }
td.TdClassName
{
border-color: #213E2D;
}
.TagClassName
{
border-color: #213E2D;
}
</style>