Shades of Palm Green #203A30
Tints of Palm Green #203A30
RGB
CMYK
RGB Variations
Color information
#203A30 (or 0x203A30) is known color: Palm Green. HEX triplet: 20, 3A and 30. RGB value is (32,58,48). Sum of RGB (Red+Green+Blue) = 32+58+48=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 58 - color contains mainly: green. Hex color #203A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A30 is #DFC5CF. Grayscale: #313131. Windows color (decimal): -14665168 or 3160608. OLE color: 3160608.
HSL color Cylindrical-coordinate representation of color #203A30: hue angle of 156.92º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #203A30 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
RGB | 32 | 58 | 48 | - |
CMYK | 0.45 | 0 | 0.17 | 0.77 |
HSL | 156.92º | 0.29% | 0.18% | - |
HSV(B) | 156.92º | 0.45% | 0.23% | - |
XYZ | 2.64 | 3.55 | 3.34 | - |
YUV | 49.09 | 127.39 | 115.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 58 | 48 | 0.45 | 0 | 0.17 | 0.77 | 156.92 | 0.29 | 0.18 |
Hex | 20 | 3A | 30 | 2D | 0 | 11 | 4D | 9D | 1D | 12 |
Octal | 40 | 72 | 60 | 55 | 0 | 21 | 115 | 235 | 35 | 22 |
Binary | 100000 | 111010 | 110000 | 101101 | 0 | 10001 | 1001101 | 10011101 | 11101 | 10010 |
Color Harmonies of #203A30
Complementary color
Monochromatic Colors of #203A30
Black with #203A30
Text Example
Text Example
White with #203A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A30; }
p { color: rgb(32,58,48); }
H1.HeaderClassName
{
color: #203A30;
}
.AnyTagClassName
{
color: #203A30;
}
</style>
background-color css
<style>
a { background-color: #203A30; }
a { background-color: rgb(32,58,48); }
div.DivClassName
{
background-color: #203A30;
}
.BgClassName
{
background-color: #203A30;
}
</style>
border-color css
<style>
span { border-color: #203A30; }
span { border-color: rgb(32,58,48); }
td.TdClassName
{
border-color: #203A30;
}
.TagClassName
{
border-color: #203A30;
}
</style>