Shades of Palm Green #20352B
Tints of Palm Green #20352B
RGB
CMYK
RGB Variations
Color information
#20352B (or 0x20352B) is known color: Palm Green. HEX triplet: 20, 35 and 2B. RGB value is (32,53,43). Sum of RGB (Red+Green+Blue) = 32+53+43=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 53 - color contains mainly: green. Hex color #20352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20352B is #DFCAD4. Grayscale: #2D2D2D. Windows color (decimal): -14666453 or 2831648. OLE color: 2831648.
HSL color Cylindrical-coordinate representation of color #20352B: hue angle of 151.43º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #20352B is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 53 | 43 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.79 |
| HSL | 151.43º | 0.25% | 0.17% | - |
| HSV(B) | 151.43º | 0.4% | 0.21% | - |
| XYZ | 2.3 | 3.03 | 2.75 | - |
| YUV | 45.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 43 | 0.40 | 0 | 0.19 | 0.79 | 151.43 | 0.25 | 0.17 |
| Hex | 20 | 35 | 2B | 28 | 0 | 13 | 4F | 97 | 19 | 11 |
| Octal | 40 | 65 | 53 | 50 | 0 | 23 | 117 | 227 | 31 | 21 |
| Binary | 100000 | 110101 | 101011 | 101000 | 0 | 10011 | 1001111 | 10010111 | 11001 | 10001 |
Color Harmonies of #20352B
Complementary color
Monochromatic Colors of #20352B
Black with #20352B
Text Example
Text Example
White with #20352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20352B; }
p { color: rgb(32,53,43); }
H1.HeaderClassName
{
color: #20352B;
}
.AnyTagClassName
{
color: #20352B;
}
</style>
background-color css
<style>
a { background-color: #20352B; }
a { background-color: rgb(32,53,43); }
div.DivClassName
{
background-color: #20352B;
}
.BgClassName
{
background-color: #20352B;
}
</style>
border-color css
<style>
span { border-color: #20352B; }
span { border-color: rgb(32,53,43); }
td.TdClassName
{
border-color: #20352B;
}
.TagClassName
{
border-color: #20352B;
}
</style>