Shades of Green Pea #206940
Tints of Green Pea #206940
RGB
CMYK
RGB Variations
Color information
#206940 (or 0x206940) is known color: Green Pea. HEX triplet: 20, 69 and 40. RGB value is (32,105,64). Sum of RGB (Red+Green+Blue) = 32+105+64=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #206940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206940 is #DF96BF. Grayscale: #4E4E4E. Windows color (decimal): -14653120 or 4221216. OLE color: 4221216.
HSL color Cylindrical-coordinate representation of color #206940: hue angle of 146.3º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206940 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 105 | 64 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.59 |
| HSL | 146.3º | 0.53% | 0.27% | - |
| HSV(B) | 146.3º | 0.7% | 0.41% | - |
| XYZ | 6.57 | 10.78 | 6.58 | - |
| YUV | 78.5 | 119.82 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 64 | 0.70 | 0 | 0.39 | 0.59 | 146.3 | 0.53 | 0.27 |
| Hex | 20 | 69 | 40 | 46 | 0 | 27 | 3B | 92 | 35 | 1B |
| Octal | 40 | 151 | 100 | 106 | 0 | 47 | 73 | 222 | 65 | 33 |
| Binary | 100000 | 1101001 | 1000000 | 1000110 | 0 | 100111 | 111011 | 10010010 | 110101 | 11011 |
Color Harmonies of #206940
Complementary color
Monochromatic Colors of #206940
Black with #206940
Text Example
Text Example
White with #206940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206940; }
p { color: rgb(32,105,64); }
H1.HeaderClassName
{
color: #206940;
}
.AnyTagClassName
{
color: #206940;
}
</style>
background-color css
<style>
a { background-color: #206940; }
a { background-color: rgb(32,105,64); }
div.DivClassName
{
background-color: #206940;
}
.BgClassName
{
background-color: #206940;
}
</style>
border-color css
<style>
span { border-color: #206940; }
span { border-color: rgb(32,105,64); }
td.TdClassName
{
border-color: #206940;
}
.TagClassName
{
border-color: #206940;
}
</style>