Shades of Palm Green #21322B
Tints of Palm Green #21322B
RGB
CMYK
RGB Variations
Color information
#21322B (or 0x21322B) is known color: Palm Green. HEX triplet: 21, 32 and 2B. RGB value is (33,50,43). Sum of RGB (Red+Green+Blue) = 33+50+43=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 50 - color contains mainly: green. Hex color #21322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21322B is #DECDD4. Grayscale: #2C2C2C. Windows color (decimal): -14601685 or 2830881. OLE color: 2830881.
HSL color Cylindrical-coordinate representation of color #21322B: hue angle of 155.29º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #21322B is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 50 | 43 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.80 |
| HSL | 155.29º | 0.2% | 0.16% | - |
| HSV(B) | 155.29º | 0.34% | 0.2% | - |
| XYZ | 2.2 | 2.78 | 2.71 | - |
| YUV | 44.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 43 | 0.34 | 0 | 0.14 | 0.80 | 155.29 | 0.2 | 0.16 |
| Hex | 21 | 32 | 2B | 22 | 0 | E | 50 | 9B | 14 | 10 |
| Octal | 41 | 62 | 53 | 42 | 0 | 16 | 120 | 233 | 24 | 20 |
| Binary | 100001 | 110010 | 101011 | 100010 | 0 | 1110 | 1010000 | 10011011 | 10100 | 10000 |
Color Harmonies of #21322B
Complementary color
Monochromatic Colors of #21322B
Black with #21322B
Text Example
Text Example
White with #21322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21322B; }
p { color: rgb(33,50,43); }
H1.HeaderClassName
{
color: #21322B;
}
.AnyTagClassName
{
color: #21322B;
}
</style>
background-color css
<style>
a { background-color: #21322B; }
a { background-color: rgb(33,50,43); }
div.DivClassName
{
background-color: #21322B;
}
.BgClassName
{
background-color: #21322B;
}
</style>
border-color css
<style>
span { border-color: #21322B; }
span { border-color: rgb(33,50,43); }
td.TdClassName
{
border-color: #21322B;
}
.TagClassName
{
border-color: #21322B;
}
</style>