Shades of Palm Green #203E2F
Tints of Palm Green #203E2F
RGB
CMYK
RGB Variations
Color information
#203E2F (or 0x203E2F) is known color: Palm Green. HEX triplet: 20, 3E and 2F. RGB value is (32,62,47). Sum of RGB (Red+Green+Blue) = 32+62+47=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 62 - color contains mainly: green. Hex color #203E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203E2F is #DFC1D0. Grayscale: #333333. Windows color (decimal): -14664145 or 3096096. OLE color: 3096096.
HSL color Cylindrical-coordinate representation of color #203E2F: hue angle of 150º degrees, saturation: 0.32, 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 #203E2F is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 62 | 47 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.76 |
| HSL | 150º | 0.32% | 0.18% | - |
| HSV(B) | 150º | 0.48% | 0.24% | - |
| XYZ | 2.83 | 3.96 | 3.3 | - |
| YUV | 51.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 47 | 0.48 | 0 | 0.24 | 0.76 | 150 | 0.32 | 0.18 |
| Hex | 20 | 3E | 2F | 30 | 0 | 18 | 4C | 96 | 20 | 12 |
| Octal | 40 | 76 | 57 | 60 | 0 | 30 | 114 | 226 | 40 | 22 |
| Binary | 100000 | 111110 | 101111 | 110000 | 0 | 11000 | 1001100 | 10010110 | 100000 | 10010 |
Color Harmonies of #203E2F
Complementary color
Monochromatic Colors of #203E2F
Black with #203E2F
Text Example
Text Example
White with #203E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E2F; }
p { color: rgb(32,62,47); }
H1.HeaderClassName
{
color: #203E2F;
}
.AnyTagClassName
{
color: #203E2F;
}
</style>
background-color css
<style>
a { background-color: #203E2F; }
a { background-color: rgb(32,62,47); }
div.DivClassName
{
background-color: #203E2F;
}
.BgClassName
{
background-color: #203E2F;
}
</style>
border-color css
<style>
span { border-color: #203E2F; }
span { border-color: rgb(32,62,47); }
td.TdClassName
{
border-color: #203E2F;
}
.TagClassName
{
border-color: #203E2F;
}
</style>