Shades of Palm Green #213B30
Tints of Palm Green #213B30
RGB
CMYK
RGB Variations
Color information
#213B30 (or 0x213B30) is known color: Palm Green. HEX triplet: 21, 3B and 30. RGB value is (33,59,48). Sum of RGB (Red+Green+Blue) = 33+59+48=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 59 - color contains mainly: green. Hex color #213B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B30 is #DEC4CF. Grayscale: #313131. Windows color (decimal): -14599376 or 3160865. OLE color: 3160865.
HSL color Cylindrical-coordinate representation of color #213B30: hue angle of 154.62º 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 #213B30 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 59 | 48 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.77 |
| HSL | 154.62º | 0.28% | 0.18% | - |
| HSV(B) | 154.62º | 0.44% | 0.23% | - |
| XYZ | 2.72 | 3.66 | 3.36 | - |
| YUV | 49.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 48 | 0.44 | 0 | 0.19 | 0.77 | 154.62 | 0.28 | 0.18 |
| Hex | 21 | 3B | 30 | 2C | 0 | 13 | 4D | 9B | 1C | 12 |
| Octal | 41 | 73 | 60 | 54 | 0 | 23 | 115 | 233 | 34 | 22 |
| Binary | 100001 | 111011 | 110000 | 101100 | 0 | 10011 | 1001101 | 10011011 | 11100 | 10010 |
Color Harmonies of #213B30
Complementary color
Monochromatic Colors of #213B30
Black with #213B30
Text Example
Text Example
White with #213B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B30; }
p { color: rgb(33,59,48); }
H1.HeaderClassName
{
color: #213B30;
}
.AnyTagClassName
{
color: #213B30;
}
</style>
background-color css
<style>
a { background-color: #213B30; }
a { background-color: rgb(33,59,48); }
div.DivClassName
{
background-color: #213B30;
}
.BgClassName
{
background-color: #213B30;
}
</style>
border-color css
<style>
span { border-color: #213B30; }
span { border-color: rgb(33,59,48); }
td.TdClassName
{
border-color: #213B30;
}
.TagClassName
{
border-color: #213B30;
}
</style>