Shades of Palm Green #213D30
Tints of Palm Green #213D30
RGB
CMYK
RGB Variations
Color information
#213D30 (or 0x213D30) is known color: Palm Green. HEX triplet: 21, 3D and 30. RGB value is (33,61,48). Sum of RGB (Red+Green+Blue) = 33+61+48=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 61 - color contains mainly: green. Hex color #213D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D30 is #DEC2CF. Grayscale: #333333. Windows color (decimal): -14598864 or 3161377. OLE color: 3161377.
HSL color Cylindrical-coordinate representation of color #213D30: hue angle of 152.14º 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 #213D30 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 48 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.76 |
| HSL | 152.14º | 0.3% | 0.18% | - |
| HSV(B) | 152.14º | 0.46% | 0.24% | - |
| XYZ | 2.83 | 3.87 | 3.39 | - |
| YUV | 51.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 48 | 0.46 | 0 | 0.21 | 0.76 | 152.14 | 0.3 | 0.18 |
| Hex | 21 | 3D | 30 | 2E | 0 | 15 | 4C | 98 | 1E | 12 |
| Octal | 41 | 75 | 60 | 56 | 0 | 25 | 114 | 230 | 36 | 22 |
| Binary | 100001 | 111101 | 110000 | 101110 | 0 | 10101 | 1001100 | 10011000 | 11110 | 10010 |
Color Harmonies of #213D30
Complementary color
Monochromatic Colors of #213D30
Black with #213D30
Text Example
Text Example
White with #213D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D30; }
p { color: rgb(33,61,48); }
H1.HeaderClassName
{
color: #213D30;
}
.AnyTagClassName
{
color: #213D30;
}
</style>
background-color css
<style>
a { background-color: #213D30; }
a { background-color: rgb(33,61,48); }
div.DivClassName
{
background-color: #213D30;
}
.BgClassName
{
background-color: #213D30;
}
</style>
border-color css
<style>
span { border-color: #213D30; }
span { border-color: rgb(33,61,48); }
td.TdClassName
{
border-color: #213D30;
}
.TagClassName
{
border-color: #213D30;
}
</style>