Shades of Green Pea #20573D
Tints of Green Pea #20573D
RGB
CMYK
RGB Variations
Color information
#20573D (or 0x20573D) is known color: Green Pea. HEX triplet: 20, 57 and 3D. RGB value is (32,87,61). Sum of RGB (Red+Green+Blue) = 32+87+61=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #20573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20573D is #DFA8C2. Grayscale: #434343. Windows color (decimal): -14657731 or 4020000. OLE color: 4020000.
HSL color Cylindrical-coordinate representation of color #20573D: hue angle of 151.64º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20573D is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 87 | 61 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.66 |
| HSL | 151.64º | 0.46% | 0.23% | - |
| HSV(B) | 151.64º | 0.63% | 0.34% | - |
| XYZ | 4.85 | 7.46 | 5.6 | - |
| YUV | 67.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 61 | 0.63 | 0 | 0.30 | 0.66 | 151.64 | 0.46 | 0.23 |
| Hex | 20 | 57 | 3D | 3F | 0 | 1E | 42 | 98 | 2E | 17 |
| Octal | 40 | 127 | 75 | 77 | 0 | 36 | 102 | 230 | 56 | 27 |
| Binary | 100000 | 1010111 | 111101 | 111111 | 0 | 11110 | 1000010 | 10011000 | 101110 | 10111 |
Color Harmonies of #20573D
Complementary color
Monochromatic Colors of #20573D
Black with #20573D
Text Example
Text Example
White with #20573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20573D; }
p { color: rgb(32,87,61); }
H1.HeaderClassName
{
color: #20573D;
}
.AnyTagClassName
{
color: #20573D;
}
</style>
background-color css
<style>
a { background-color: #20573D; }
a { background-color: rgb(32,87,61); }
div.DivClassName
{
background-color: #20573D;
}
.BgClassName
{
background-color: #20573D;
}
</style>
border-color css
<style>
span { border-color: #20573D; }
span { border-color: rgb(32,87,61); }
td.TdClassName
{
border-color: #20573D;
}
.TagClassName
{
border-color: #20573D;
}
</style>