Shades of Green Pea #206644
Tints of Green Pea #206644
RGB
CMYK
RGB Variations
Color information
#206644 (or 0x206644) is known color: Green Pea. HEX triplet: 20, 66 and 44. RGB value is (32,102,68). Sum of RGB (Red+Green+Blue) = 32+102+68=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #206644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206644 is #DF99BB. Grayscale: #4D4D4D. Windows color (decimal): -14653884 or 4482592. OLE color: 4482592.
HSL color Cylindrical-coordinate representation of color #206644: hue angle of 150.86º 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 #206644 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 102 | 68 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.6 |
| HSL | 150.86º | 0.52% | 0.26% | - |
| HSV(B) | 150.86º | 0.69% | 0.4% | - |
| XYZ | 6.39 | 10.23 | 7.11 | - |
| YUV | 77.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 68 | 0.69 | 0 | 0.33 | 0.6 | 150.86 | 0.52 | 0.26 |
| Hex | 20 | 66 | 44 | 45 | 0 | 21 | 3C | 97 | 34 | 1A |
| Octal | 40 | 146 | 104 | 105 | 0 | 41 | 74 | 227 | 64 | 32 |
| Binary | 100000 | 1100110 | 1000100 | 1000101 | 0 | 100001 | 111100 | 10010111 | 110100 | 11010 |
Color Harmonies of #206644
Complementary color
Monochromatic Colors of #206644
Black with #206644
Text Example
Text Example
White with #206644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206644; }
p { color: rgb(32,102,68); }
H1.HeaderClassName
{
color: #206644;
}
.AnyTagClassName
{
color: #206644;
}
</style>
background-color css
<style>
a { background-color: #206644; }
a { background-color: rgb(32,102,68); }
div.DivClassName
{
background-color: #206644;
}
.BgClassName
{
background-color: #206644;
}
</style>
border-color css
<style>
span { border-color: #206644; }
span { border-color: rgb(32,102,68); }
td.TdClassName
{
border-color: #206644;
}
.TagClassName
{
border-color: #206644;
}
</style>