Shades of Palm Green #213E2F
Tints of Palm Green #213E2F
RGB
CMYK
RGB Variations
Color information
#213E2F (or 0x213E2F) is known color: Palm Green. HEX triplet: 21, 3E and 2F. RGB value is (33,62,47). Sum of RGB (Red+Green+Blue) = 33+62+47=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 62 (24.61% from 255 or 43.66% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 62 - color contains mainly: green. Hex color #213E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E2F is #DEC1D0. Grayscale: #333333. Windows color (decimal): -14598609 or 3096097. OLE color: 3096097.
HSL color Cylindrical-coordinate representation of color #213E2F: hue angle of 148.97º 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 #213E2F is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 62 | 47 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.76 |
| HSL | 148.97º | 0.31% | 0.19% | - |
| HSV(B) | 148.97º | 0.47% | 0.24% | - |
| XYZ | 2.86 | 3.97 | 3.31 | - |
| YUV | 51.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 47 | 0.47 | 0 | 0.24 | 0.76 | 148.97 | 0.31 | 0.19 |
| Hex | 21 | 3E | 2F | 2F | 0 | 18 | 4C | 95 | 1F | 13 |
| Octal | 41 | 76 | 57 | 57 | 0 | 30 | 114 | 225 | 37 | 23 |
| Binary | 100001 | 111110 | 101111 | 101111 | 0 | 11000 | 1001100 | 10010101 | 11111 | 10011 |
Color Harmonies of #213E2F
Complementary color
Monochromatic Colors of #213E2F
Black with #213E2F
Text Example
Text Example
White with #213E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E2F; }
p { color: rgb(33,62,47); }
H1.HeaderClassName
{
color: #213E2F;
}
.AnyTagClassName
{
color: #213E2F;
}
</style>
background-color css
<style>
a { background-color: #213E2F; }
a { background-color: rgb(33,62,47); }
div.DivClassName
{
background-color: #213E2F;
}
.BgClassName
{
background-color: #213E2F;
}
</style>
border-color css
<style>
span { border-color: #213E2F; }
span { border-color: rgb(33,62,47); }
td.TdClassName
{
border-color: #213E2F;
}
.TagClassName
{
border-color: #213E2F;
}
</style>