Shades of Green Pea #206A44
Tints of Green Pea #206A44
RGB
CMYK
RGB Variations
Color information
#206A44 (or 0x206A44) is known color: Green Pea. HEX triplet: 20, 6A and 44. RGB value is (32,106,68). Sum of RGB (Red+Green+Blue) = 32+106+68=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #206A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206A44 is #DF95BB. Grayscale: #4F4F4F. Windows color (decimal): -14652860 or 4483616. OLE color: 4483616.
HSL color Cylindrical-coordinate representation of color #206A44: hue angle of 149.19º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206A44 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 106 | 68 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.58 |
| HSL | 149.19º | 0.54% | 0.27% | - |
| HSV(B) | 149.19º | 0.7% | 0.42% | - |
| XYZ | 6.79 | 11.03 | 7.24 | - |
| YUV | 79.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 68 | 0.70 | 0 | 0.36 | 0.58 | 149.19 | 0.54 | 0.27 |
| Hex | 20 | 6A | 44 | 46 | 0 | 24 | 3A | 95 | 36 | 1B |
| Octal | 40 | 152 | 104 | 106 | 0 | 44 | 72 | 225 | 66 | 33 |
| Binary | 100000 | 1101010 | 1000100 | 1000110 | 0 | 100100 | 111010 | 10010101 | 110110 | 11011 |
Color Harmonies of #206A44
Complementary color
Monochromatic Colors of #206A44
Black with #206A44
Text Example
Text Example
White with #206A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206A44; }
p { color: rgb(32,106,68); }
H1.HeaderClassName
{
color: #206A44;
}
.AnyTagClassName
{
color: #206A44;
}
</style>
background-color css
<style>
a { background-color: #206A44; }
a { background-color: rgb(32,106,68); }
div.DivClassName
{
background-color: #206A44;
}
.BgClassName
{
background-color: #206A44;
}
</style>
border-color css
<style>
span { border-color: #206A44; }
span { border-color: rgb(32,106,68); }
td.TdClassName
{
border-color: #206A44;
}
.TagClassName
{
border-color: #206A44;
}
</style>