Shades of Palm Green #203C2C
Tints of Palm Green #203C2C
RGB
CMYK
RGB Variations
Color information
#203C2C (or 0x203C2C) is known color: Palm Green. HEX triplet: 20, 3C and 2C. RGB value is (32,60,44). Sum of RGB (Red+Green+Blue) = 32+60+44=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 60 (23.83% from 255 or 44.12% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 60 - color contains mainly: green. Hex color #203C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C2C is #DFC3D3. Grayscale: #313131. Windows color (decimal): -14664660 or 2898976. OLE color: 2898976.
HSL color Cylindrical-coordinate representation of color #203C2C: hue angle of 145.71º 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 #203C2C is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 60 | 44 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.76 |
| HSL | 145.71º | 0.3% | 0.18% | - |
| HSV(B) | 145.71º | 0.47% | 0.24% | - |
| XYZ | 2.67 | 3.72 | 2.96 | - |
| YUV | 49.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 44 | 0.47 | 0 | 0.27 | 0.76 | 145.71 | 0.3 | 0.18 |
| Hex | 20 | 3C | 2C | 2F | 0 | 1B | 4C | 92 | 1E | 12 |
| Octal | 40 | 74 | 54 | 57 | 0 | 33 | 114 | 222 | 36 | 22 |
| Binary | 100000 | 111100 | 101100 | 101111 | 0 | 11011 | 1001100 | 10010010 | 11110 | 10010 |
Color Harmonies of #203C2C
Complementary color
Monochromatic Colors of #203C2C
Black with #203C2C
Text Example
Text Example
White with #203C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C2C; }
p { color: rgb(32,60,44); }
H1.HeaderClassName
{
color: #203C2C;
}
.AnyTagClassName
{
color: #203C2C;
}
</style>
background-color css
<style>
a { background-color: #203C2C; }
a { background-color: rgb(32,60,44); }
div.DivClassName
{
background-color: #203C2C;
}
.BgClassName
{
background-color: #203C2C;
}
</style>
border-color css
<style>
span { border-color: #203C2C; }
span { border-color: rgb(32,60,44); }
td.TdClassName
{
border-color: #203C2C;
}
.TagClassName
{
border-color: #203C2C;
}
</style>