Shades of Palm Green #203D2B
Tints of Palm Green #203D2B
RGB
CMYK
RGB Variations
Color information
#203D2B (or 0x203D2B) is known color: Palm Green. HEX triplet: 20, 3D and 2B. RGB value is (32,61,43). Sum of RGB (Red+Green+Blue) = 32+61+43=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 61 - color contains mainly: green. Hex color #203D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D2B is #DFC2D4. Grayscale: #323232. Windows color (decimal): -14664405 or 2833696. OLE color: 2833696.
HSL color Cylindrical-coordinate representation of color #203D2B: hue angle of 142.76º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #203D2B is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 61 | 43 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.76 |
| HSL | 142.76º | 0.31% | 0.18% | - |
| HSV(B) | 142.76º | 0.48% | 0.24% | - |
| XYZ | 2.7 | 3.82 | 2.88 | - |
| YUV | 50.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 43 | 0.48 | 0 | 0.30 | 0.76 | 142.76 | 0.31 | 0.18 |
| Hex | 20 | 3D | 2B | 30 | 0 | 1E | 4C | 8F | 1F | 12 |
| Octal | 40 | 75 | 53 | 60 | 0 | 36 | 114 | 217 | 37 | 22 |
| Binary | 100000 | 111101 | 101011 | 110000 | 0 | 11110 | 1001100 | 10001111 | 11111 | 10010 |
Color Harmonies of #203D2B
Complementary color
Monochromatic Colors of #203D2B
Black with #203D2B
Text Example
Text Example
White with #203D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D2B; }
p { color: rgb(32,61,43); }
H1.HeaderClassName
{
color: #203D2B;
}
.AnyTagClassName
{
color: #203D2B;
}
</style>
background-color css
<style>
a { background-color: #203D2B; }
a { background-color: rgb(32,61,43); }
div.DivClassName
{
background-color: #203D2B;
}
.BgClassName
{
background-color: #203D2B;
}
</style>
border-color css
<style>
span { border-color: #203D2B; }
span { border-color: rgb(32,61,43); }
td.TdClassName
{
border-color: #203D2B;
}
.TagClassName
{
border-color: #203D2B;
}
</style>