Shades of Palm Green #213D2D
Tints of Palm Green #213D2D
RGB
CMYK
RGB Variations
Color information
#213D2D (or 0x213D2D) is known color: Palm Green. HEX triplet: 21, 3D and 2D. RGB value is (33,61,45). Sum of RGB (Red+Green+Blue) = 33+61+45=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 61 - color contains mainly: green. Hex color #213D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D2D is #DEC2D2. Grayscale: #323232. Windows color (decimal): -14598867 or 2964769. OLE color: 2964769.
HSL color Cylindrical-coordinate representation of color #213D2D: hue angle of 145.71º 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 #213D2D is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 45 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.76 |
| HSL | 145.71º | 0.3% | 0.18% | - |
| HSV(B) | 145.71º | 0.46% | 0.24% | - |
| XYZ | 2.77 | 3.85 | 3.08 | - |
| YUV | 50.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 45 | 0.46 | 0 | 0.26 | 0.76 | 145.71 | 0.3 | 0.18 |
| Hex | 21 | 3D | 2D | 2E | 0 | 1A | 4C | 92 | 1E | 12 |
| Octal | 41 | 75 | 55 | 56 | 0 | 32 | 114 | 222 | 36 | 22 |
| Binary | 100001 | 111101 | 101101 | 101110 | 0 | 11010 | 1001100 | 10010010 | 11110 | 10010 |
Color Harmonies of #213D2D
Complementary color
Monochromatic Colors of #213D2D
Black with #213D2D
Text Example
Text Example
White with #213D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D2D; }
p { color: rgb(33,61,45); }
H1.HeaderClassName
{
color: #213D2D;
}
.AnyTagClassName
{
color: #213D2D;
}
</style>
background-color css
<style>
a { background-color: #213D2D; }
a { background-color: rgb(33,61,45); }
div.DivClassName
{
background-color: #213D2D;
}
.BgClassName
{
background-color: #213D2D;
}
</style>
border-color css
<style>
span { border-color: #213D2D; }
span { border-color: rgb(33,61,45); }
td.TdClassName
{
border-color: #213D2D;
}
.TagClassName
{
border-color: #213D2D;
}
</style>