Shades of Palm Green #203E2D
Tints of Palm Green #203E2D
RGB
CMYK
RGB Variations
Color information
#203E2D (or 0x203E2D) is known color: Palm Green. HEX triplet: 20, 3E and 2D. RGB value is (32,62,45). Sum of RGB (Red+Green+Blue) = 32+62+45=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 62 - color contains mainly: green. Hex color #203E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203E2D is #DFC1D2. Grayscale: #333333. Windows color (decimal): -14664147 or 2965024. OLE color: 2965024.
HSL color Cylindrical-coordinate representation of color #203E2D: hue angle of 146º degrees, saturation: 0.32, 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 #203E2D is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
RGB | 32 | 62 | 45 | - |
CMYK | 0.48 | 0 | 0.27 | 0.76 |
HSL | 146º | 0.32% | 0.18% | - |
HSV(B) | 146º | 0.48% | 0.24% | - |
XYZ | 2.79 | 3.94 | 3.1 | - |
YUV | 51.09 | 124.56 | 114.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 62 | 45 | 0.48 | 0 | 0.27 | 0.76 | 146 | 0.32 | 0.18 |
Hex | 20 | 3E | 2D | 30 | 0 | 1B | 4C | 92 | 20 | 12 |
Octal | 40 | 76 | 55 | 60 | 0 | 33 | 114 | 222 | 40 | 22 |
Binary | 100000 | 111110 | 101101 | 110000 | 0 | 11011 | 1001100 | 10010010 | 100000 | 10010 |
Color Harmonies of #203E2D
Complementary color
Monochromatic Colors of #203E2D
Black with #203E2D
Text Example
Text Example
White with #203E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E2D; }
p { color: rgb(32,62,45); }
H1.HeaderClassName
{
color: #203E2D;
}
.AnyTagClassName
{
color: #203E2D;
}
</style>
background-color css
<style>
a { background-color: #203E2D; }
a { background-color: rgb(32,62,45); }
div.DivClassName
{
background-color: #203E2D;
}
.BgClassName
{
background-color: #203E2D;
}
</style>
border-color css
<style>
span { border-color: #203E2D; }
span { border-color: rgb(32,62,45); }
td.TdClassName
{
border-color: #203E2D;
}
.TagClassName
{
border-color: #203E2D;
}
</style>