Shades of Palm Green #20412D
Tints of Palm Green #20412D
RGB
CMYK
RGB Variations
Color information
#20412D (or 0x20412D) is known color: Palm Green. HEX triplet: 20, 41 and 2D. RGB value is (32,65,45). Sum of RGB (Red+Green+Blue) = 32+65+45=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #20412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20412D is #DFBED2. Grayscale: #343434. Windows color (decimal): -14663379 or 2965792. OLE color: 2965792.
HSL color Cylindrical-coordinate representation of color #20412D: hue angle of 143.64º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #20412D is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 65 | 45 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.75 |
| HSL | 143.64º | 0.34% | 0.19% | - |
| HSV(B) | 143.64º | 0.51% | 0.25% | - |
| XYZ | 2.96 | 4.28 | 3.15 | - |
| YUV | 52.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 45 | 0.51 | 0 | 0.31 | 0.75 | 143.64 | 0.34 | 0.19 |
| Hex | 20 | 41 | 2D | 33 | 0 | 1F | 4B | 90 | 22 | 13 |
| Octal | 40 | 101 | 55 | 63 | 0 | 37 | 113 | 220 | 42 | 23 |
| Binary | 100000 | 1000001 | 101101 | 110011 | 0 | 11111 | 1001011 | 10010000 | 100010 | 10011 |
Color Harmonies of #20412D
Complementary color
Monochromatic Colors of #20412D
Black with #20412D
Text Example
Text Example
White with #20412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20412D; }
p { color: rgb(32,65,45); }
H1.HeaderClassName
{
color: #20412D;
}
.AnyTagClassName
{
color: #20412D;
}
</style>
background-color css
<style>
a { background-color: #20412D; }
a { background-color: rgb(32,65,45); }
div.DivClassName
{
background-color: #20412D;
}
.BgClassName
{
background-color: #20412D;
}
</style>
border-color css
<style>
span { border-color: #20412D; }
span { border-color: rgb(32,65,45); }
td.TdClassName
{
border-color: #20412D;
}
.TagClassName
{
border-color: #20412D;
}
</style>