Shades of Palm Green #203F30
Tints of Palm Green #203F30
RGB
CMYK
RGB Variations
Color information
#203F30 (or 0x203F30) is known color: Palm Green. HEX triplet: 20, 3F and 30. RGB value is (32,63,48). Sum of RGB (Red+Green+Blue) = 32+63+48=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 63 - color contains mainly: green. Hex color #203F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203F30 is #DFC0CF. Grayscale: #343434. Windows color (decimal): -14663888 or 3161888. OLE color: 3161888.
HSL color Cylindrical-coordinate representation of color #203F30: hue angle of 150.97º 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 #203F30 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 63 | 48 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.75 |
| HSL | 150.97º | 0.33% | 0.19% | - |
| HSV(B) | 150.97º | 0.49% | 0.25% | - |
| XYZ | 2.91 | 4.08 | 3.43 | - |
| YUV | 52.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 48 | 0.49 | 0 | 0.24 | 0.75 | 150.97 | 0.33 | 0.19 |
| Hex | 20 | 3F | 30 | 31 | 0 | 18 | 4B | 97 | 21 | 13 |
| Octal | 40 | 77 | 60 | 61 | 0 | 30 | 113 | 227 | 41 | 23 |
| Binary | 100000 | 111111 | 110000 | 110001 | 0 | 11000 | 1001011 | 10010111 | 100001 | 10011 |
Color Harmonies of #203F30
Complementary color
Monochromatic Colors of #203F30
Black with #203F30
Text Example
Text Example
White with #203F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F30; }
p { color: rgb(32,63,48); }
H1.HeaderClassName
{
color: #203F30;
}
.AnyTagClassName
{
color: #203F30;
}
</style>
background-color css
<style>
a { background-color: #203F30; }
a { background-color: rgb(32,63,48); }
div.DivClassName
{
background-color: #203F30;
}
.BgClassName
{
background-color: #203F30;
}
</style>
border-color css
<style>
span { border-color: #203F30; }
span { border-color: rgb(32,63,48); }
td.TdClassName
{
border-color: #203F30;
}
.TagClassName
{
border-color: #203F30;
}
</style>