Shades of Palm Green #203C2D
Tints of Palm Green #203C2D
RGB
CMYK
RGB Variations
Color information
#203C2D (or 0x203C2D) is known color: Palm Green. HEX triplet: 20, 3C and 2D. RGB value is (32,60,45). Sum of RGB (Red+Green+Blue) = 32+60+45=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 60 - color contains mainly: green. Hex color #203C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C2D is #DFC3D2. Grayscale: #313131. Windows color (decimal): -14664659 or 2964512. OLE color: 2964512.
HSL color Cylindrical-coordinate representation of color #203C2D: hue angle of 147.86º 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 #203C2D is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 60 | 45 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.76 |
| HSL | 147.86º | 0.3% | 0.18% | - |
| HSV(B) | 147.86º | 0.47% | 0.24% | - |
| XYZ | 2.69 | 3.73 | 3.06 | - |
| YUV | 49.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 45 | 0.47 | 0 | 0.25 | 0.76 | 147.86 | 0.3 | 0.18 |
| Hex | 20 | 3C | 2D | 2F | 0 | 19 | 4C | 94 | 1E | 12 |
| Octal | 40 | 74 | 55 | 57 | 0 | 31 | 114 | 224 | 36 | 22 |
| Binary | 100000 | 111100 | 101101 | 101111 | 0 | 11001 | 1001100 | 10010100 | 11110 | 10010 |
Color Harmonies of #203C2D
Complementary color
Monochromatic Colors of #203C2D
Black with #203C2D
Text Example
Text Example
White with #203C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C2D; }
p { color: rgb(32,60,45); }
H1.HeaderClassName
{
color: #203C2D;
}
.AnyTagClassName
{
color: #203C2D;
}
</style>
background-color css
<style>
a { background-color: #203C2D; }
a { background-color: rgb(32,60,45); }
div.DivClassName
{
background-color: #203C2D;
}
.BgClassName
{
background-color: #203C2D;
}
</style>
border-color css
<style>
span { border-color: #203C2D; }
span { border-color: rgb(32,60,45); }
td.TdClassName
{
border-color: #203C2D;
}
.TagClassName
{
border-color: #203C2D;
}
</style>