Shades of Green Pea #206342
Tints of Green Pea #206342
RGB
CMYK
RGB Variations
Color information
#206342 (or 0x206342) is known color: Green Pea. HEX triplet: 20, 63 and 42. RGB value is (32,99,66). Sum of RGB (Red+Green+Blue) = 32+99+66=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #206342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206342 is #DF9CBD. Grayscale: #4B4B4B. Windows color (decimal): -14654654 or 4350752. OLE color: 4350752.
HSL color Cylindrical-coordinate representation of color #206342: hue angle of 150.45º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206342 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 99 | 66 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.61 |
| HSL | 150.45º | 0.51% | 0.26% | - |
| HSV(B) | 150.45º | 0.68% | 0.39% | - |
| XYZ | 6.04 | 9.62 | 6.69 | - |
| YUV | 75.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 66 | 0.68 | 0 | 0.33 | 0.61 | 150.45 | 0.51 | 0.26 |
| Hex | 20 | 63 | 42 | 44 | 0 | 21 | 3D | 96 | 33 | 1A |
| Octal | 40 | 143 | 102 | 104 | 0 | 41 | 75 | 226 | 63 | 32 |
| Binary | 100000 | 1100011 | 1000010 | 1000100 | 0 | 100001 | 111101 | 10010110 | 110011 | 11010 |
Color Harmonies of #206342
Complementary color
Monochromatic Colors of #206342
Black with #206342
Text Example
Text Example
White with #206342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206342; }
p { color: rgb(32,99,66); }
H1.HeaderClassName
{
color: #206342;
}
.AnyTagClassName
{
color: #206342;
}
</style>
background-color css
<style>
a { background-color: #206342; }
a { background-color: rgb(32,99,66); }
div.DivClassName
{
background-color: #206342;
}
.BgClassName
{
background-color: #206342;
}
</style>
border-color css
<style>
span { border-color: #206342; }
span { border-color: rgb(32,99,66); }
td.TdClassName
{
border-color: #206342;
}
.TagClassName
{
border-color: #206342;
}
</style>