Shades of Palm Green #213F2E
Tints of Palm Green #213F2E
RGB
CMYK
RGB Variations
Color information
#213F2E (or 0x213F2E) is known color: Palm Green. HEX triplet: 21, 3F and 2E. RGB value is (33,63,46). Sum of RGB (Red+Green+Blue) = 33+63+46=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #213F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F2E is #DEC0D1. Grayscale: #343434. Windows color (decimal): -14598354 or 3030817. OLE color: 3030817.
HSL color Cylindrical-coordinate representation of color #213F2E: hue angle of 146º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213F2E is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 63 | 46 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.75 |
| HSL | 146º | 0.31% | 0.19% | - |
| HSV(B) | 146º | 0.48% | 0.25% | - |
| XYZ | 2.9 | 4.08 | 3.22 | - |
| YUV | 52.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 46 | 0.48 | 0 | 0.27 | 0.75 | 146 | 0.31 | 0.19 |
| Hex | 21 | 3F | 2E | 30 | 0 | 1B | 4B | 92 | 1F | 13 |
| Octal | 41 | 77 | 56 | 60 | 0 | 33 | 113 | 222 | 37 | 23 |
| Binary | 100001 | 111111 | 101110 | 110000 | 0 | 11011 | 1001011 | 10010010 | 11111 | 10011 |
Color Harmonies of #213F2E
Complementary color
Monochromatic Colors of #213F2E
Black with #213F2E
Text Example
Text Example
White with #213F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F2E; }
p { color: rgb(33,63,46); }
H1.HeaderClassName
{
color: #213F2E;
}
.AnyTagClassName
{
color: #213F2E;
}
</style>
background-color css
<style>
a { background-color: #213F2E; }
a { background-color: rgb(33,63,46); }
div.DivClassName
{
background-color: #213F2E;
}
.BgClassName
{
background-color: #213F2E;
}
</style>
border-color css
<style>
span { border-color: #213F2E; }
span { border-color: rgb(33,63,46); }
td.TdClassName
{
border-color: #213F2E;
}
.TagClassName
{
border-color: #213F2E;
}
</style>