Shades of Palm Green #21332A
Tints of Palm Green #21332A
RGB
CMYK
RGB Variations
Color information
#21332A (or 0x21332A) is known color: Palm Green. HEX triplet: 21, 33 and 2A. RGB value is (33,51,42). Sum of RGB (Red+Green+Blue) = 33+51+42=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 51 - color contains mainly: green. Hex color #21332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21332A is #DECCD5. Grayscale: #2C2C2C. Windows color (decimal): -14601430 or 2765601. OLE color: 2765601.
HSL color Cylindrical-coordinate representation of color #21332A: hue angle of 150º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #21332A is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 42 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.8 |
| HSL | 150º | 0.21% | 0.16% | - |
| HSV(B) | 150º | 0.35% | 0.2% | - |
| XYZ | 2.23 | 2.86 | 2.62 | - |
| YUV | 44.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 42 | 0.35 | 0 | 0.18 | 0.8 | 150 | 0.21 | 0.16 |
| Hex | 21 | 33 | 2A | 23 | 0 | 12 | 50 | 96 | 15 | 10 |
| Octal | 41 | 63 | 52 | 43 | 0 | 22 | 120 | 226 | 25 | 20 |
| Binary | 100001 | 110011 | 101010 | 100011 | 0 | 10010 | 1010000 | 10010110 | 10101 | 10000 |
Color Harmonies of #21332A
Complementary color
Monochromatic Colors of #21332A
Black with #21332A
Text Example
Text Example
White with #21332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21332A; }
p { color: rgb(33,51,42); }
H1.HeaderClassName
{
color: #21332A;
}
.AnyTagClassName
{
color: #21332A;
}
</style>
background-color css
<style>
a { background-color: #21332A; }
a { background-color: rgb(33,51,42); }
div.DivClassName
{
background-color: #21332A;
}
.BgClassName
{
background-color: #21332A;
}
</style>
border-color css
<style>
span { border-color: #21332A; }
span { border-color: rgb(33,51,42); }
td.TdClassName
{
border-color: #21332A;
}
.TagClassName
{
border-color: #21332A;
}
</style>