Shades of Green Pea #206944
Tints of Green Pea #206944
RGB
CMYK
RGB Variations
Color information
#206944 (or 0x206944) is known color: Green Pea. HEX triplet: 20, 69 and 44. RGB value is (32,105,68). Sum of RGB (Red+Green+Blue) = 32+105+68=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #206944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206944 is #DF96BB. Grayscale: #4F4F4F. Windows color (decimal): -14653116 or 4483360. OLE color: 4483360.
HSL color Cylindrical-coordinate representation of color #206944: hue angle of 149.59º 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 #206944 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 105 | 68 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.59 |
| HSL | 149.59º | 0.53% | 0.27% | - |
| HSV(B) | 149.59º | 0.7% | 0.41% | - |
| XYZ | 6.69 | 10.83 | 7.21 | - |
| YUV | 78.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 68 | 0.70 | 0 | 0.35 | 0.59 | 149.59 | 0.53 | 0.27 |
| Hex | 20 | 69 | 44 | 46 | 0 | 23 | 3B | 96 | 35 | 1B |
| Octal | 40 | 151 | 104 | 106 | 0 | 43 | 73 | 226 | 65 | 33 |
| Binary | 100000 | 1101001 | 1000100 | 1000110 | 0 | 100011 | 111011 | 10010110 | 110101 | 11011 |
Color Harmonies of #206944
Complementary color
Monochromatic Colors of #206944
Black with #206944
Text Example
Text Example
White with #206944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206944; }
p { color: rgb(32,105,68); }
H1.HeaderClassName
{
color: #206944;
}
.AnyTagClassName
{
color: #206944;
}
</style>
background-color css
<style>
a { background-color: #206944; }
a { background-color: rgb(32,105,68); }
div.DivClassName
{
background-color: #206944;
}
.BgClassName
{
background-color: #206944;
}
</style>
border-color css
<style>
span { border-color: #206944; }
span { border-color: rgb(32,105,68); }
td.TdClassName
{
border-color: #206944;
}
.TagClassName
{
border-color: #206944;
}
</style>