Shades of Palm Green #203A2C
Tints of Palm Green #203A2C
RGB
CMYK
RGB Variations
Color information
#203A2C (or 0x203A2C) is known color: Palm Green. HEX triplet: 20, 3A and 2C. RGB value is (32,58,44). Sum of RGB (Red+Green+Blue) = 32+58+44=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #203A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A2C is #DFC5D3. Grayscale: #303030. Windows color (decimal): -14665172 or 2898464. OLE color: 2898464.
HSL color Cylindrical-coordinate representation of color #203A2C: hue angle of 147.69º 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 #203A2C is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 58 | 44 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.77 |
| HSL | 147.69º | 0.29% | 0.18% | - |
| HSV(B) | 147.69º | 0.45% | 0.23% | - |
| XYZ | 2.56 | 3.52 | 2.93 | - |
| YUV | 48.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 44 | 0.45 | 0 | 0.24 | 0.77 | 147.69 | 0.29 | 0.18 |
| Hex | 20 | 3A | 2C | 2D | 0 | 18 | 4D | 94 | 1D | 12 |
| Octal | 40 | 72 | 54 | 55 | 0 | 30 | 115 | 224 | 35 | 22 |
| Binary | 100000 | 111010 | 101100 | 101101 | 0 | 11000 | 1001101 | 10010100 | 11101 | 10010 |
Color Harmonies of #203A2C
Complementary color
Monochromatic Colors of #203A2C
Black with #203A2C
Text Example
Text Example
White with #203A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A2C; }
p { color: rgb(32,58,44); }
H1.HeaderClassName
{
color: #203A2C;
}
.AnyTagClassName
{
color: #203A2C;
}
</style>
background-color css
<style>
a { background-color: #203A2C; }
a { background-color: rgb(32,58,44); }
div.DivClassName
{
background-color: #203A2C;
}
.BgClassName
{
background-color: #203A2C;
}
</style>
border-color css
<style>
span { border-color: #203A2C; }
span { border-color: rgb(32,58,44); }
td.TdClassName
{
border-color: #203A2C;
}
.TagClassName
{
border-color: #203A2C;
}
</style>