Shades of Palm Green #213D31
Tints of Palm Green #213D31
RGB
CMYK
RGB Variations
Color information
#213D31 (or 0x213D31) is known color: Palm Green. HEX triplet: 21, 3D and 31. RGB value is (33,61,49). Sum of RGB (Red+Green+Blue) = 33+61+49=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #213D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D31 is #DEC2CE. Grayscale: #333333. Windows color (decimal): -14598863 or 3226913. OLE color: 3226913.
HSL color Cylindrical-coordinate representation of color #213D31: hue angle of 154.29º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #213D31 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 49 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.76 |
| HSL | 154.29º | 0.3% | 0.18% | - |
| HSV(B) | 154.29º | 0.46% | 0.24% | - |
| XYZ | 2.85 | 3.88 | 3.5 | - |
| YUV | 51.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 49 | 0.46 | 0 | 0.20 | 0.76 | 154.29 | 0.3 | 0.18 |
| Hex | 21 | 3D | 31 | 2E | 0 | 14 | 4C | 9A | 1E | 12 |
| Octal | 41 | 75 | 61 | 56 | 0 | 24 | 114 | 232 | 36 | 22 |
| Binary | 100001 | 111101 | 110001 | 101110 | 0 | 10100 | 1001100 | 10011010 | 11110 | 10010 |
Color Harmonies of #213D31
Complementary color
Monochromatic Colors of #213D31
Black with #213D31
Text Example
Text Example
White with #213D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D31; }
p { color: rgb(33,61,49); }
H1.HeaderClassName
{
color: #213D31;
}
.AnyTagClassName
{
color: #213D31;
}
</style>
background-color css
<style>
a { background-color: #213D31; }
a { background-color: rgb(33,61,49); }
div.DivClassName
{
background-color: #213D31;
}
.BgClassName
{
background-color: #213D31;
}
</style>
border-color css
<style>
span { border-color: #213D31; }
span { border-color: rgb(33,61,49); }
td.TdClassName
{
border-color: #213D31;
}
.TagClassName
{
border-color: #213D31;
}
</style>