Shades of Palm Green #21342B
Tints of Palm Green #21342B
RGB
CMYK
RGB Variations
Color information
#21342B (or 0x21342B) is known color: Palm Green. HEX triplet: 21, 34 and 2B. RGB value is (33,52,43). Sum of RGB (Red+Green+Blue) = 33+52+43=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 52 - color contains mainly: green. Hex color #21342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21342B is #DECBD4. Grayscale: #2D2D2D. Windows color (decimal): -14601173 or 2831393. OLE color: 2831393.
HSL color Cylindrical-coordinate representation of color #21342B: hue angle of 151.58º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #21342B is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 52 | 43 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.80 |
| HSL | 151.58º | 0.22% | 0.17% | - |
| HSV(B) | 151.58º | 0.37% | 0.2% | - |
| XYZ | 2.29 | 2.95 | 2.73 | - |
| YUV | 45.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 43 | 0.37 | 0 | 0.17 | 0.80 | 151.58 | 0.22 | 0.17 |
| Hex | 21 | 34 | 2B | 25 | 0 | 11 | 50 | 98 | 16 | 11 |
| Octal | 41 | 64 | 53 | 45 | 0 | 21 | 120 | 230 | 26 | 21 |
| Binary | 100001 | 110100 | 101011 | 100101 | 0 | 10001 | 1010000 | 10011000 | 10110 | 10001 |
Color Harmonies of #21342B
Complementary color
Monochromatic Colors of #21342B
Black with #21342B
Text Example
Text Example
White with #21342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21342B; }
p { color: rgb(33,52,43); }
H1.HeaderClassName
{
color: #21342B;
}
.AnyTagClassName
{
color: #21342B;
}
</style>
background-color css
<style>
a { background-color: #21342B; }
a { background-color: rgb(33,52,43); }
div.DivClassName
{
background-color: #21342B;
}
.BgClassName
{
background-color: #21342B;
}
</style>
border-color css
<style>
span { border-color: #21342B; }
span { border-color: rgb(33,52,43); }
td.TdClassName
{
border-color: #21342B;
}
.TagClassName
{
border-color: #21342B;
}
</style>