Shades of Palm Green #203D2D
Tints of Palm Green #203D2D
RGB
CMYK
RGB Variations
Color information
#203D2D (or 0x203D2D) is known color: Palm Green. HEX triplet: 20, 3D and 2D. RGB value is (32,61,45). Sum of RGB (Red+Green+Blue) = 32+61+45=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 61 - color contains mainly: green. Hex color #203D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D2D is #DFC2D2. Grayscale: #323232. Windows color (decimal): -14664403 or 2964768. OLE color: 2964768.
HSL color Cylindrical-coordinate representation of color #203D2D: hue angle of 146.9º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #203D2D is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 61 | 45 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.76 |
| HSL | 146.9º | 0.31% | 0.18% | - |
| HSV(B) | 146.9º | 0.48% | 0.24% | - |
| XYZ | 2.74 | 3.83 | 3.08 | - |
| YUV | 50.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 45 | 0.48 | 0 | 0.26 | 0.76 | 146.9 | 0.31 | 0.18 |
| Hex | 20 | 3D | 2D | 30 | 0 | 1A | 4C | 93 | 1F | 12 |
| Octal | 40 | 75 | 55 | 60 | 0 | 32 | 114 | 223 | 37 | 22 |
| Binary | 100000 | 111101 | 101101 | 110000 | 0 | 11010 | 1001100 | 10010011 | 11111 | 10010 |
Color Harmonies of #203D2D
Complementary color
Monochromatic Colors of #203D2D
Black with #203D2D
Text Example
Text Example
White with #203D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D2D; }
p { color: rgb(32,61,45); }
H1.HeaderClassName
{
color: #203D2D;
}
.AnyTagClassName
{
color: #203D2D;
}
</style>
background-color css
<style>
a { background-color: #203D2D; }
a { background-color: rgb(32,61,45); }
div.DivClassName
{
background-color: #203D2D;
}
.BgClassName
{
background-color: #203D2D;
}
</style>
border-color css
<style>
span { border-color: #203D2D; }
span { border-color: rgb(32,61,45); }
td.TdClassName
{
border-color: #203D2D;
}
.TagClassName
{
border-color: #203D2D;
}
</style>