Shades of Green Pea #206742
Tints of Green Pea #206742
RGB
CMYK
RGB Variations
Color information
#206742 (or 0x206742) is known color: Green Pea. HEX triplet: 20, 67 and 42. RGB value is (32,103,66). Sum of RGB (Red+Green+Blue) = 32+103+66=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #206742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206742 is #DF98BD. Grayscale: #4D4D4D. Windows color (decimal): -14653630 or 4351776. OLE color: 4351776.
HSL color Cylindrical-coordinate representation of color #206742: hue angle of 148.73º degrees, saturation: 0.53, 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 #206742 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 66 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.60 |
| HSL | 148.73º | 0.53% | 0.26% | - |
| HSV(B) | 148.73º | 0.69% | 0.4% | - |
| XYZ | 6.43 | 10.4 | 6.82 | - |
| YUV | 77.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 66 | 0.69 | 0 | 0.36 | 0.60 | 148.73 | 0.53 | 0.26 |
| Hex | 20 | 67 | 42 | 45 | 0 | 24 | 3C | 95 | 35 | 1A |
| Octal | 40 | 147 | 102 | 105 | 0 | 44 | 74 | 225 | 65 | 32 |
| Binary | 100000 | 1100111 | 1000010 | 1000101 | 0 | 100100 | 111100 | 10010101 | 110101 | 11010 |
Color Harmonies of #206742
Complementary color
Monochromatic Colors of #206742
Black with #206742
Text Example
Text Example
White with #206742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206742; }
p { color: rgb(32,103,66); }
H1.HeaderClassName
{
color: #206742;
}
.AnyTagClassName
{
color: #206742;
}
</style>
background-color css
<style>
a { background-color: #206742; }
a { background-color: rgb(32,103,66); }
div.DivClassName
{
background-color: #206742;
}
.BgClassName
{
background-color: #206742;
}
</style>
border-color css
<style>
span { border-color: #206742; }
span { border-color: rgb(32,103,66); }
td.TdClassName
{
border-color: #206742;
}
.TagClassName
{
border-color: #206742;
}
</style>