Shades of Palm Green #20412E
Tints of Palm Green #20412E
RGB
CMYK
RGB Variations
Color information
#20412E (or 0x20412E) is known color: Palm Green. HEX triplet: 20, 41 and 2E. RGB value is (32,65,46). Sum of RGB (Red+Green+Blue) = 32+65+46=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #20412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20412E is #DFBED1. Grayscale: #353535. Windows color (decimal): -14663378 or 3031328. OLE color: 3031328.
HSL color Cylindrical-coordinate representation of color #20412E: hue angle of 145.45º 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 #20412E is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 65 | 46 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.75 |
| HSL | 145.45º | 0.34% | 0.19% | - |
| HSV(B) | 145.45º | 0.51% | 0.25% | - |
| XYZ | 2.98 | 4.28 | 3.25 | - |
| YUV | 52.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 46 | 0.51 | 0 | 0.29 | 0.75 | 145.45 | 0.34 | 0.19 |
| Hex | 20 | 41 | 2E | 33 | 0 | 1D | 4B | 91 | 22 | 13 |
| Octal | 40 | 101 | 56 | 63 | 0 | 35 | 113 | 221 | 42 | 23 |
| Binary | 100000 | 1000001 | 101110 | 110011 | 0 | 11101 | 1001011 | 10010001 | 100010 | 10011 |
Color Harmonies of #20412E
Complementary color
Monochromatic Colors of #20412E
Black with #20412E
Text Example
Text Example
White with #20412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20412E; }
p { color: rgb(32,65,46); }
H1.HeaderClassName
{
color: #20412E;
}
.AnyTagClassName
{
color: #20412E;
}
</style>
background-color css
<style>
a { background-color: #20412E; }
a { background-color: rgb(32,65,46); }
div.DivClassName
{
background-color: #20412E;
}
.BgClassName
{
background-color: #20412E;
}
</style>
border-color css
<style>
span { border-color: #20412E; }
span { border-color: rgb(32,65,46); }
td.TdClassName
{
border-color: #20412E;
}
.TagClassName
{
border-color: #20412E;
}
</style>