Shades of Palm Green #203F2D
Tints of Palm Green #203F2D
RGB
CMYK
RGB Variations
Color information
#203F2D (or 0x203F2D) is known color: Palm Green. HEX triplet: 20, 3F and 2D. RGB value is (32,63,45). Sum of RGB (Red+Green+Blue) = 32+63+45=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 63 - color contains mainly: green. Hex color #203F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203F2D is #DFC0D2. Grayscale: #333333. Windows color (decimal): -14663891 or 2965280. OLE color: 2965280.
HSL color Cylindrical-coordinate representation of color #203F2D: hue angle of 145.16º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #203F2D is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 63 | 45 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.75 |
| HSL | 145.16º | 0.33% | 0.19% | - |
| HSV(B) | 145.16º | 0.49% | 0.25% | - |
| XYZ | 2.85 | 4.05 | 3.11 | - |
| YUV | 51.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 45 | 0.49 | 0 | 0.29 | 0.75 | 145.16 | 0.33 | 0.19 |
| Hex | 20 | 3F | 2D | 31 | 0 | 1D | 4B | 91 | 21 | 13 |
| Octal | 40 | 77 | 55 | 61 | 0 | 35 | 113 | 221 | 41 | 23 |
| Binary | 100000 | 111111 | 101101 | 110001 | 0 | 11101 | 1001011 | 10010001 | 100001 | 10011 |
Color Harmonies of #203F2D
Complementary color
Monochromatic Colors of #203F2D
Black with #203F2D
Text Example
Text Example
White with #203F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F2D; }
p { color: rgb(32,63,45); }
H1.HeaderClassName
{
color: #203F2D;
}
.AnyTagClassName
{
color: #203F2D;
}
</style>
background-color css
<style>
a { background-color: #203F2D; }
a { background-color: rgb(32,63,45); }
div.DivClassName
{
background-color: #203F2D;
}
.BgClassName
{
background-color: #203F2D;
}
</style>
border-color css
<style>
span { border-color: #203F2D; }
span { border-color: rgb(32,63,45); }
td.TdClassName
{
border-color: #203F2D;
}
.TagClassName
{
border-color: #203F2D;
}
</style>