Shades of Green Pea #206946
Tints of Green Pea #206946
RGB
CMYK
RGB Variations
Color information
#206946 (or 0x206946) is known color: Green Pea. HEX triplet: 20, 69 and 46. RGB value is (32,105,70). Sum of RGB (Red+Green+Blue) = 32+105+70=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #206946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206946 is #DF96B9. Grayscale: #4F4F4F. Windows color (decimal): -14653114 or 4614432. OLE color: 4614432.
HSL color Cylindrical-coordinate representation of color #206946: hue angle of 151.23º 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 #206946 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 105 | 70 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.59 |
| HSL | 151.23º | 0.53% | 0.27% | - |
| HSV(B) | 151.23º | 0.7% | 0.41% | - |
| XYZ | 6.75 | 10.85 | 7.53 | - |
| YUV | 79.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 70 | 0.70 | 0 | 0.33 | 0.59 | 151.23 | 0.53 | 0.27 |
| Hex | 20 | 69 | 46 | 46 | 0 | 21 | 3B | 97 | 35 | 1B |
| Octal | 40 | 151 | 106 | 106 | 0 | 41 | 73 | 227 | 65 | 33 |
| Binary | 100000 | 1101001 | 1000110 | 1000110 | 0 | 100001 | 111011 | 10010111 | 110101 | 11011 |
Color Harmonies of #206946
Complementary color
Monochromatic Colors of #206946
Black with #206946
Text Example
Text Example
White with #206946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206946; }
p { color: rgb(32,105,70); }
H1.HeaderClassName
{
color: #206946;
}
.AnyTagClassName
{
color: #206946;
}
</style>
background-color css
<style>
a { background-color: #206946; }
a { background-color: rgb(32,105,70); }
div.DivClassName
{
background-color: #206946;
}
.BgClassName
{
background-color: #206946;
}
</style>
border-color css
<style>
span { border-color: #206946; }
span { border-color: rgb(32,105,70); }
td.TdClassName
{
border-color: #206946;
}
.TagClassName
{
border-color: #206946;
}
</style>