Shades of Palm Green #203A2F
Tints of Palm Green #203A2F
RGB
CMYK
RGB Variations
Color information
#203A2F (or 0x203A2F) is known color: Palm Green. HEX triplet: 20, 3A and 2F. RGB value is (32,58,47). Sum of RGB (Red+Green+Blue) = 32+58+47=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 58 - color contains mainly: green. Hex color #203A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A2F is #DFC5D0. Grayscale: #303030. Windows color (decimal): -14665169 or 3095072. OLE color: 3095072.
HSL color Cylindrical-coordinate representation of color #203A2F: hue angle of 154.62º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #203A2F is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 58 | 47 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.77 |
| HSL | 154.62º | 0.29% | 0.18% | - |
| HSV(B) | 154.62º | 0.45% | 0.23% | - |
| XYZ | 2.62 | 3.54 | 3.23 | - |
| YUV | 48.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 47 | 0.45 | 0 | 0.19 | 0.77 | 154.62 | 0.29 | 0.18 |
| Hex | 20 | 3A | 2F | 2D | 0 | 13 | 4D | 9B | 1D | 12 |
| Octal | 40 | 72 | 57 | 55 | 0 | 23 | 115 | 233 | 35 | 22 |
| Binary | 100000 | 111010 | 101111 | 101101 | 0 | 10011 | 1001101 | 10011011 | 11101 | 10010 |
Color Harmonies of #203A2F
Complementary color
Monochromatic Colors of #203A2F
Black with #203A2F
Text Example
Text Example
White with #203A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A2F; }
p { color: rgb(32,58,47); }
H1.HeaderClassName
{
color: #203A2F;
}
.AnyTagClassName
{
color: #203A2F;
}
</style>
background-color css
<style>
a { background-color: #203A2F; }
a { background-color: rgb(32,58,47); }
div.DivClassName
{
background-color: #203A2F;
}
.BgClassName
{
background-color: #203A2F;
}
</style>
border-color css
<style>
span { border-color: #203A2F; }
span { border-color: rgb(32,58,47); }
td.TdClassName
{
border-color: #203A2F;
}
.TagClassName
{
border-color: #203A2F;
}
</style>