Shades of Palm Green #203F2F
Tints of Palm Green #203F2F
RGB
CMYK
RGB Variations
Color information
#203F2F (or 0x203F2F) is known color: Palm Green. HEX triplet: 20, 3F and 2F. RGB value is (32,63,47). Sum of RGB (Red+Green+Blue) = 32+63+47=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #203F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203F2F is #DFC0D0. Grayscale: #333333. Windows color (decimal): -14663889 or 3096352. OLE color: 3096352.
HSL color Cylindrical-coordinate representation of color #203F2F: hue angle of 149.03º 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 #203F2F is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 63 | 47 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.75 |
| HSL | 149.03º | 0.33% | 0.19% | - |
| HSV(B) | 149.03º | 0.49% | 0.25% | - |
| XYZ | 2.89 | 4.07 | 3.32 | - |
| YUV | 51.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 47 | 0.49 | 0 | 0.25 | 0.75 | 149.03 | 0.33 | 0.19 |
| Hex | 20 | 3F | 2F | 31 | 0 | 19 | 4B | 95 | 21 | 13 |
| Octal | 40 | 77 | 57 | 61 | 0 | 31 | 113 | 225 | 41 | 23 |
| Binary | 100000 | 111111 | 101111 | 110001 | 0 | 11001 | 1001011 | 10010101 | 100001 | 10011 |
Color Harmonies of #203F2F
Complementary color
Monochromatic Colors of #203F2F
Black with #203F2F
Text Example
Text Example
White with #203F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F2F; }
p { color: rgb(32,63,47); }
H1.HeaderClassName
{
color: #203F2F;
}
.AnyTagClassName
{
color: #203F2F;
}
</style>
background-color css
<style>
a { background-color: #203F2F; }
a { background-color: rgb(32,63,47); }
div.DivClassName
{
background-color: #203F2F;
}
.BgClassName
{
background-color: #203F2F;
}
</style>
border-color css
<style>
span { border-color: #203F2F; }
span { border-color: rgb(32,63,47); }
td.TdClassName
{
border-color: #203F2F;
}
.TagClassName
{
border-color: #203F2F;
}
</style>