Shades of Palm Green #213D2F
Tints of Palm Green #213D2F
RGB
CMYK
RGB Variations
Color information
#213D2F (or 0x213D2F) is known color: Palm Green. HEX triplet: 21, 3D and 2F. RGB value is (33,61,47). Sum of RGB (Red+Green+Blue) = 33+61+47=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #213D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D2F is #DEC2D0. Grayscale: #333333. Windows color (decimal): -14598865 or 3095841. OLE color: 3095841.
HSL color Cylindrical-coordinate representation of color #213D2F: hue angle of 150º 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 #213D2F is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 47 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.76 |
| HSL | 150º | 0.3% | 0.18% | - |
| HSV(B) | 150º | 0.46% | 0.24% | - |
| XYZ | 2.81 | 3.87 | 3.29 | - |
| YUV | 51.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 47 | 0.46 | 0 | 0.23 | 0.76 | 150 | 0.3 | 0.18 |
| Hex | 21 | 3D | 2F | 2E | 0 | 17 | 4C | 96 | 1E | 12 |
| Octal | 41 | 75 | 57 | 56 | 0 | 27 | 114 | 226 | 36 | 22 |
| Binary | 100001 | 111101 | 101111 | 101110 | 0 | 10111 | 1001100 | 10010110 | 11110 | 10010 |
Color Harmonies of #213D2F
Complementary color
Monochromatic Colors of #213D2F
Black with #213D2F
Text Example
Text Example
White with #213D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D2F; }
p { color: rgb(33,61,47); }
H1.HeaderClassName
{
color: #213D2F;
}
.AnyTagClassName
{
color: #213D2F;
}
</style>
background-color css
<style>
a { background-color: #213D2F; }
a { background-color: rgb(33,61,47); }
div.DivClassName
{
background-color: #213D2F;
}
.BgClassName
{
background-color: #213D2F;
}
</style>
border-color css
<style>
span { border-color: #213D2F; }
span { border-color: rgb(33,61,47); }
td.TdClassName
{
border-color: #213D2F;
}
.TagClassName
{
border-color: #213D2F;
}
</style>