Shades of Green Pea #205940
Tints of Green Pea #205940
RGB
CMYK
RGB Variations
Color information
#205940 (or 0x205940) is known color: Green Pea. HEX triplet: 20, 59 and 40. RGB value is (32,89,64). Sum of RGB (Red+Green+Blue) = 32+89+64=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #205940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205940 is #DFA6BF. Grayscale: #454545. Windows color (decimal): -14657216 or 4217120. OLE color: 4217120.
HSL color Cylindrical-coordinate representation of color #205940: hue angle of 153.68º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205940 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 89 | 64 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.65 |
| HSL | 153.68º | 0.47% | 0.24% | - |
| HSV(B) | 153.68º | 0.64% | 0.35% | - |
| XYZ | 5.09 | 7.82 | 6.09 | - |
| YUV | 69.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 64 | 0.64 | 0 | 0.28 | 0.65 | 153.68 | 0.47 | 0.24 |
| Hex | 20 | 59 | 40 | 40 | 0 | 1C | 41 | 9A | 2F | 18 |
| Octal | 40 | 131 | 100 | 100 | 0 | 34 | 101 | 232 | 57 | 30 |
| Binary | 100000 | 1011001 | 1000000 | 1000000 | 0 | 11100 | 1000001 | 10011010 | 101111 | 11000 |
Color Harmonies of #205940
Complementary color
Monochromatic Colors of #205940
Black with #205940
Text Example
Text Example
White with #205940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205940; }
p { color: rgb(32,89,64); }
H1.HeaderClassName
{
color: #205940;
}
.AnyTagClassName
{
color: #205940;
}
</style>
background-color css
<style>
a { background-color: #205940; }
a { background-color: rgb(32,89,64); }
div.DivClassName
{
background-color: #205940;
}
.BgClassName
{
background-color: #205940;
}
</style>
border-color css
<style>
span { border-color: #205940; }
span { border-color: rgb(32,89,64); }
td.TdClassName
{
border-color: #205940;
}
.TagClassName
{
border-color: #205940;
}
</style>