Shades of Palm Green #20342B
Tints of Palm Green #20342B
RGB
CMYK
RGB Variations
Color information
#20342B (or 0x20342B) is known color: Palm Green. HEX triplet: 20, 34 and 2B. RGB value is (32,52,43). Sum of RGB (Red+Green+Blue) = 32+52+43=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 52 - color contains mainly: green. Hex color #20342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20342B is #DFCBD4. Grayscale: #2D2D2D. Windows color (decimal): -14666709 or 2831392. OLE color: 2831392.
HSL color Cylindrical-coordinate representation of color #20342B: hue angle of 153º 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 #20342B is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 52 | 43 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.80 |
| HSL | 153º | 0.24% | 0.16% | - |
| HSV(B) | 153º | 0.38% | 0.2% | - |
| XYZ | 2.26 | 2.94 | 2.73 | - |
| YUV | 44.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 43 | 0.38 | 0 | 0.17 | 0.80 | 153 | 0.24 | 0.16 |
| Hex | 20 | 34 | 2B | 26 | 0 | 11 | 50 | 99 | 18 | 10 |
| Octal | 40 | 64 | 53 | 46 | 0 | 21 | 120 | 231 | 30 | 20 |
| Binary | 100000 | 110100 | 101011 | 100110 | 0 | 10001 | 1010000 | 10011001 | 11000 | 10000 |
Color Harmonies of #20342B
Complementary color
Monochromatic Colors of #20342B
Black with #20342B
Text Example
Text Example
White with #20342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20342B; }
p { color: rgb(32,52,43); }
H1.HeaderClassName
{
color: #20342B;
}
.AnyTagClassName
{
color: #20342B;
}
</style>
background-color css
<style>
a { background-color: #20342B; }
a { background-color: rgb(32,52,43); }
div.DivClassName
{
background-color: #20342B;
}
.BgClassName
{
background-color: #20342B;
}
</style>
border-color css
<style>
span { border-color: #20342B; }
span { border-color: rgb(32,52,43); }
td.TdClassName
{
border-color: #20342B;
}
.TagClassName
{
border-color: #20342B;
}
</style>