Shades of Palm Green #203F2E
Tints of Palm Green #203F2E
RGB
CMYK
RGB Variations
Color information
#203F2E (or 0x203F2E) is known color: Palm Green. HEX triplet: 20, 3F and 2E. RGB value is (32,63,46). Sum of RGB (Red+Green+Blue) = 32+63+46=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 63 - color contains mainly: green. Hex color #203F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203F2E is #DFC0D1. Grayscale: #333333. Windows color (decimal): -14663890 or 3030816. OLE color: 3030816.
HSL color Cylindrical-coordinate representation of color #203F2E: hue angle of 147.1º 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 #203F2E is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 63 | 46 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.75 |
| HSL | 147.1º | 0.33% | 0.19% | - |
| HSV(B) | 147.1º | 0.49% | 0.25% | - |
| XYZ | 2.87 | 4.06 | 3.22 | - |
| YUV | 51.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 46 | 0.49 | 0 | 0.27 | 0.75 | 147.1 | 0.33 | 0.19 |
| Hex | 20 | 3F | 2E | 31 | 0 | 1B | 4B | 93 | 21 | 13 |
| Octal | 40 | 77 | 56 | 61 | 0 | 33 | 113 | 223 | 41 | 23 |
| Binary | 100000 | 111111 | 101110 | 110001 | 0 | 11011 | 1001011 | 10010011 | 100001 | 10011 |
Color Harmonies of #203F2E
Complementary color
Monochromatic Colors of #203F2E
Black with #203F2E
Text Example
Text Example
White with #203F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F2E; }
p { color: rgb(32,63,46); }
H1.HeaderClassName
{
color: #203F2E;
}
.AnyTagClassName
{
color: #203F2E;
}
</style>
background-color css
<style>
a { background-color: #203F2E; }
a { background-color: rgb(32,63,46); }
div.DivClassName
{
background-color: #203F2E;
}
.BgClassName
{
background-color: #203F2E;
}
</style>
border-color css
<style>
span { border-color: #203F2E; }
span { border-color: rgb(32,63,46); }
td.TdClassName
{
border-color: #203F2E;
}
.TagClassName
{
border-color: #203F2E;
}
</style>