Shades of Green Pea #205740
Tints of Green Pea #205740
RGB
CMYK
RGB Variations
Color information
#205740 (or 0x205740) is known color: Green Pea. HEX triplet: 20, 57 and 40. RGB value is (32,87,64). Sum of RGB (Red+Green+Blue) = 32+87+64=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #205740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205740 is #DFA8BF. Grayscale: #434343. Windows color (decimal): -14657728 or 4216608. OLE color: 4216608.
HSL color Cylindrical-coordinate representation of color #205740: hue angle of 154.91º 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 #205740 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 87 | 64 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.66 |
| HSL | 154.91º | 0.46% | 0.23% | - |
| HSV(B) | 154.91º | 0.63% | 0.34% | - |
| XYZ | 4.93 | 7.49 | 6.04 | - |
| YUV | 67.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 64 | 0.63 | 0 | 0.26 | 0.66 | 154.91 | 0.46 | 0.23 |
| Hex | 20 | 57 | 40 | 3F | 0 | 1A | 42 | 9B | 2E | 17 |
| Octal | 40 | 127 | 100 | 77 | 0 | 32 | 102 | 233 | 56 | 27 |
| Binary | 100000 | 1010111 | 1000000 | 111111 | 0 | 11010 | 1000010 | 10011011 | 101110 | 10111 |
Color Harmonies of #205740
Complementary color
Monochromatic Colors of #205740
Black with #205740
Text Example
Text Example
White with #205740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205740; }
p { color: rgb(32,87,64); }
H1.HeaderClassName
{
color: #205740;
}
.AnyTagClassName
{
color: #205740;
}
</style>
background-color css
<style>
a { background-color: #205740; }
a { background-color: rgb(32,87,64); }
div.DivClassName
{
background-color: #205740;
}
.BgClassName
{
background-color: #205740;
}
</style>
border-color css
<style>
span { border-color: #205740; }
span { border-color: rgb(32,87,64); }
td.TdClassName
{
border-color: #205740;
}
.TagClassName
{
border-color: #205740;
}
</style>