Shades of Palm Green #21402F
Tints of Palm Green #21402F
RGB
CMYK
RGB Variations
Color information
#21402F (or 0x21402F) is known color: Palm Green. HEX triplet: 21, 40 and 2F. RGB value is (33,64,47). Sum of RGB (Red+Green+Blue) = 33+64+47=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #21402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21402F is #DEBFD0. Grayscale: #343434. Windows color (decimal): -14598097 or 3096609. OLE color: 3096609.
HSL color Cylindrical-coordinate representation of color #21402F: hue angle of 147.1º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21402F is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 64 | 47 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.75 |
| HSL | 147.1º | 0.32% | 0.19% | - |
| HSV(B) | 147.1º | 0.48% | 0.25% | - |
| XYZ | 2.97 | 4.2 | 3.34 | - |
| YUV | 52.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 47 | 0.48 | 0 | 0.27 | 0.75 | 147.1 | 0.32 | 0.19 |
| Hex | 21 | 40 | 2F | 30 | 0 | 1B | 4B | 93 | 20 | 13 |
| Octal | 41 | 100 | 57 | 60 | 0 | 33 | 113 | 223 | 40 | 23 |
| Binary | 100001 | 1000000 | 101111 | 110000 | 0 | 11011 | 1001011 | 10010011 | 100000 | 10011 |
Color Harmonies of #21402F
Complementary color
Monochromatic Colors of #21402F
Black with #21402F
Text Example
Text Example
White with #21402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21402F; }
p { color: rgb(33,64,47); }
H1.HeaderClassName
{
color: #21402F;
}
.AnyTagClassName
{
color: #21402F;
}
</style>
background-color css
<style>
a { background-color: #21402F; }
a { background-color: rgb(33,64,47); }
div.DivClassName
{
background-color: #21402F;
}
.BgClassName
{
background-color: #21402F;
}
</style>
border-color css
<style>
span { border-color: #21402F; }
span { border-color: rgb(33,64,47); }
td.TdClassName
{
border-color: #21402F;
}
.TagClassName
{
border-color: #21402F;
}
</style>