Shades of Green Pea #206649
Tints of Green Pea #206649
RGB
CMYK
RGB Variations
Color information
#206649 (or 0x206649) is known color: Green Pea. HEX triplet: 20, 66 and 49. RGB value is (32,102,73). Sum of RGB (Red+Green+Blue) = 32+102+73=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #206649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206649 is #DF99B6. Grayscale: #4D4D4D. Windows color (decimal): -14653879 or 4810272. OLE color: 4810272.
HSL color Cylindrical-coordinate representation of color #206649: hue angle of 155.14º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206649 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 102 | 73 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.6 |
| HSL | 155.14º | 0.52% | 0.26% | - |
| HSV(B) | 155.14º | 0.69% | 0.4% | - |
| XYZ | 6.55 | 10.29 | 7.94 | - |
| YUV | 77.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 73 | 0.69 | 0 | 0.28 | 0.6 | 155.14 | 0.52 | 0.26 |
| Hex | 20 | 66 | 49 | 45 | 0 | 1C | 3C | 9B | 34 | 1A |
| Octal | 40 | 146 | 111 | 105 | 0 | 34 | 74 | 233 | 64 | 32 |
| Binary | 100000 | 1100110 | 1001001 | 1000101 | 0 | 11100 | 111100 | 10011011 | 110100 | 11010 |
Color Harmonies of #206649
Complementary color
Monochromatic Colors of #206649
Black with #206649
Text Example
Text Example
White with #206649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206649; }
p { color: rgb(32,102,73); }
H1.HeaderClassName
{
color: #206649;
}
.AnyTagClassName
{
color: #206649;
}
</style>
background-color css
<style>
a { background-color: #206649; }
a { background-color: rgb(32,102,73); }
div.DivClassName
{
background-color: #206649;
}
.BgClassName
{
background-color: #206649;
}
</style>
border-color css
<style>
span { border-color: #206649; }
span { border-color: rgb(32,102,73); }
td.TdClassName
{
border-color: #206649;
}
.TagClassName
{
border-color: #206649;
}
</style>