Shades of Palm Green #20342C
Tints of Palm Green #20342C
RGB
CMYK
RGB Variations
Color information
#20342C (or 0x20342C) is known color: Palm Green. HEX triplet: 20, 34 and 2C. RGB value is (32,52,44). Sum of RGB (Red+Green+Blue) = 32+52+44=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 52 - color contains mainly: green. Hex color #20342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20342C is #DFCBD3. Grayscale: #2D2D2D. Windows color (decimal): -14666708 or 2896928. OLE color: 2896928.
HSL color Cylindrical-coordinate representation of color #20342C: hue angle of 156º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #20342C is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 52 | 44 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.80 |
| HSL | 156º | 0.24% | 0.16% | - |
| HSV(B) | 156º | 0.38% | 0.2% | - |
| XYZ | 2.28 | 2.94 | 2.83 | - |
| YUV | 45.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 44 | 0.38 | 0 | 0.15 | 0.80 | 156 | 0.24 | 0.16 |
| Hex | 20 | 34 | 2C | 26 | 0 | F | 50 | 9C | 18 | 10 |
| Octal | 40 | 64 | 54 | 46 | 0 | 17 | 120 | 234 | 30 | 20 |
| Binary | 100000 | 110100 | 101100 | 100110 | 0 | 1111 | 1010000 | 10011100 | 11000 | 10000 |
Color Harmonies of #20342C
Complementary color
Monochromatic Colors of #20342C
Black with #20342C
Text Example
Text Example
White with #20342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20342C; }
p { color: rgb(32,52,44); }
H1.HeaderClassName
{
color: #20342C;
}
.AnyTagClassName
{
color: #20342C;
}
</style>
background-color css
<style>
a { background-color: #20342C; }
a { background-color: rgb(32,52,44); }
div.DivClassName
{
background-color: #20342C;
}
.BgClassName
{
background-color: #20342C;
}
</style>
border-color css
<style>
span { border-color: #20342C; }
span { border-color: rgb(32,52,44); }
td.TdClassName
{
border-color: #20342C;
}
.TagClassName
{
border-color: #20342C;
}
</style>