Shades of Green Pea #205D45
Tints of Green Pea #205D45
RGB
CMYK
RGB Variations
Color information
#205D45 (or 0x205D45) is known color: Green Pea. HEX triplet: 20, 5D and 45. RGB value is (32,93,69). Sum of RGB (Red+Green+Blue) = 32+93+69=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #205D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D45 is #DFA2BA. Grayscale: #484848. Windows color (decimal): -14656187 or 4545824. OLE color: 4545824.
HSL color Cylindrical-coordinate representation of color #205D45: hue angle of 156.39º 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 #205D45 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 69 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.64 |
| HSL | 156.39º | 0.49% | 0.25% | - |
| HSV(B) | 156.39º | 0.66% | 0.36% | - |
| XYZ | 5.58 | 8.57 | 6.99 | - |
| YUV | 72.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 69 | 0.66 | 0 | 0.26 | 0.64 | 156.39 | 0.49 | 0.25 |
| Hex | 20 | 5D | 45 | 42 | 0 | 1A | 40 | 9C | 31 | 19 |
| Octal | 40 | 135 | 105 | 102 | 0 | 32 | 100 | 234 | 61 | 31 |
| Binary | 100000 | 1011101 | 1000101 | 1000010 | 0 | 11010 | 1000000 | 10011100 | 110001 | 11001 |
Color Harmonies of #205D45
Complementary color
Monochromatic Colors of #205D45
Black with #205D45
Text Example
Text Example
White with #205D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D45; }
p { color: rgb(32,93,69); }
H1.HeaderClassName
{
color: #205D45;
}
.AnyTagClassName
{
color: #205D45;
}
</style>
background-color css
<style>
a { background-color: #205D45; }
a { background-color: rgb(32,93,69); }
div.DivClassName
{
background-color: #205D45;
}
.BgClassName
{
background-color: #205D45;
}
</style>
border-color css
<style>
span { border-color: #205D45; }
span { border-color: rgb(32,93,69); }
td.TdClassName
{
border-color: #205D45;
}
.TagClassName
{
border-color: #205D45;
}
</style>