Shades of Palm Green #203C2F
Tints of Palm Green #203C2F
RGB
CMYK
RGB Variations
Color information
#203C2F (or 0x203C2F) is known color: Palm Green. HEX triplet: 20, 3C and 2F. RGB value is (32,60,47). Sum of RGB (Red+Green+Blue) = 32+60+47=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 60 - color contains mainly: green. Hex color #203C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C2F is #DFC3D0. Grayscale: #323232. Windows color (decimal): -14664657 or 3095584. OLE color: 3095584.
HSL color Cylindrical-coordinate representation of color #203C2F: hue angle of 152.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #203C2F is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 60 | 47 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.76 |
| HSL | 152.14º | 0.3% | 0.18% | - |
| HSV(B) | 152.14º | 0.47% | 0.24% | - |
| XYZ | 2.72 | 3.74 | 3.27 | - |
| YUV | 50.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 47 | 0.47 | 0 | 0.22 | 0.76 | 152.14 | 0.3 | 0.18 |
| Hex | 20 | 3C | 2F | 2F | 0 | 16 | 4C | 98 | 1E | 12 |
| Octal | 40 | 74 | 57 | 57 | 0 | 26 | 114 | 230 | 36 | 22 |
| Binary | 100000 | 111100 | 101111 | 101111 | 0 | 10110 | 1001100 | 10011000 | 11110 | 10010 |
Color Harmonies of #203C2F
Complementary color
Monochromatic Colors of #203C2F
Black with #203C2F
Text Example
Text Example
White with #203C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C2F; }
p { color: rgb(32,60,47); }
H1.HeaderClassName
{
color: #203C2F;
}
.AnyTagClassName
{
color: #203C2F;
}
</style>
background-color css
<style>
a { background-color: #203C2F; }
a { background-color: rgb(32,60,47); }
div.DivClassName
{
background-color: #203C2F;
}
.BgClassName
{
background-color: #203C2F;
}
</style>
border-color css
<style>
span { border-color: #203C2F; }
span { border-color: rgb(32,60,47); }
td.TdClassName
{
border-color: #203C2F;
}
.TagClassName
{
border-color: #203C2F;
}
</style>