Shades of Palm Green #20382F
Tints of Palm Green #20382F
RGB
CMYK
RGB Variations
Color information
#20382F (or 0x20382F) is known color: Palm Green. HEX triplet: 20, 38 and 2F. RGB value is (32,56,47). Sum of RGB (Red+Green+Blue) = 32+56+47=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #20382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20382F is #DFC7D0. Grayscale: #2F2F2F. Windows color (decimal): -14665681 or 3094560. OLE color: 3094560.
HSL color Cylindrical-coordinate representation of color #20382F: hue angle of 157.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #20382F is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 56 | 47 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.78 |
| HSL | 157.5º | 0.27% | 0.17% | - |
| HSV(B) | 157.5º | 0.43% | 0.22% | - |
| XYZ | 2.52 | 3.34 | 3.2 | - |
| YUV | 47.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 47 | 0.43 | 0 | 0.16 | 0.78 | 157.5 | 0.27 | 0.17 |
| Hex | 20 | 38 | 2F | 2B | 0 | 10 | 4E | 9E | 1B | 11 |
| Octal | 40 | 70 | 57 | 53 | 0 | 20 | 116 | 236 | 33 | 21 |
| Binary | 100000 | 111000 | 101111 | 101011 | 0 | 10000 | 1001110 | 10011110 | 11011 | 10001 |
Color Harmonies of #20382F
Complementary color
Monochromatic Colors of #20382F
Black with #20382F
Text Example
Text Example
White with #20382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20382F; }
p { color: rgb(32,56,47); }
H1.HeaderClassName
{
color: #20382F;
}
.AnyTagClassName
{
color: #20382F;
}
</style>
background-color css
<style>
a { background-color: #20382F; }
a { background-color: rgb(32,56,47); }
div.DivClassName
{
background-color: #20382F;
}
.BgClassName
{
background-color: #20382F;
}
</style>
border-color css
<style>
span { border-color: #20382F; }
span { border-color: rgb(32,56,47); }
td.TdClassName
{
border-color: #20382F;
}
.TagClassName
{
border-color: #20382F;
}
</style>