Shades of Green Pea #205D41
Tints of Green Pea #205D41
RGB
CMYK
RGB Variations
Color information
#205D41 (or 0x205D41) is known color: Green Pea. HEX triplet: 20, 5D and 41. RGB value is (32,93,65). Sum of RGB (Red+Green+Blue) = 32+93+65=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #205D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D41 is #DFA2BE. Grayscale: #474747. Windows color (decimal): -14656191 or 4283680. OLE color: 4283680.
HSL color Cylindrical-coordinate representation of color #205D41: hue angle of 152.46º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D41 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 65 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.64 |
| HSL | 152.46º | 0.49% | 0.25% | - |
| HSV(B) | 152.46º | 0.66% | 0.36% | - |
| XYZ | 5.46 | 8.52 | 6.36 | - |
| YUV | 71.57 | 124.29 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 65 | 0.66 | 0 | 0.30 | 0.64 | 152.46 | 0.49 | 0.25 |
| Hex | 20 | 5D | 41 | 42 | 0 | 1E | 40 | 98 | 31 | 19 |
| Octal | 40 | 135 | 101 | 102 | 0 | 36 | 100 | 230 | 61 | 31 |
| Binary | 100000 | 1011101 | 1000001 | 1000010 | 0 | 11110 | 1000000 | 10011000 | 110001 | 11001 |
Color Harmonies of #205D41
Complementary color
Monochromatic Colors of #205D41
Black with #205D41
Text Example
Text Example
White with #205D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D41; }
p { color: rgb(32,93,65); }
H1.HeaderClassName
{
color: #205D41;
}
.AnyTagClassName
{
color: #205D41;
}
</style>
background-color css
<style>
a { background-color: #205D41; }
a { background-color: rgb(32,93,65); }
div.DivClassName
{
background-color: #205D41;
}
.BgClassName
{
background-color: #205D41;
}
</style>
border-color css
<style>
span { border-color: #205D41; }
span { border-color: rgb(32,93,65); }
td.TdClassName
{
border-color: #205D41;
}
.TagClassName
{
border-color: #205D41;
}
</style>