Shades of Green Pea #206B40
Tints of Green Pea #206B40
RGB
CMYK
RGB Variations
Color information
#206B40 (or 0x206B40) is known color: Green Pea. HEX triplet: 20, 6B and 40. RGB value is (32,107,64). Sum of RGB (Red+Green+Blue) = 32+107+64=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #206B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206B40 is #DF94BF. Grayscale: #4F4F4F. Windows color (decimal): -14652608 or 4221728. OLE color: 4221728.
HSL color Cylindrical-coordinate representation of color #206B40: hue angle of 145.6º 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 #206B40 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 107 | 64 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.58 |
| HSL | 145.6º | 0.54% | 0.27% | - |
| HSV(B) | 145.6º | 0.7% | 0.42% | - |
| XYZ | 6.78 | 11.19 | 6.65 | - |
| YUV | 79.67 | 119.15 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 64 | 0.70 | 0 | 0.40 | 0.58 | 145.6 | 0.54 | 0.27 |
| Hex | 20 | 6B | 40 | 46 | 0 | 28 | 3A | 92 | 36 | 1B |
| Octal | 40 | 153 | 100 | 106 | 0 | 50 | 72 | 222 | 66 | 33 |
| Binary | 100000 | 1101011 | 1000000 | 1000110 | 0 | 101000 | 111010 | 10010010 | 110110 | 11011 |
Color Harmonies of #206B40
Complementary color
Monochromatic Colors of #206B40
Black with #206B40
Text Example
Text Example
White with #206B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206B40; }
p { color: rgb(32,107,64); }
H1.HeaderClassName
{
color: #206B40;
}
.AnyTagClassName
{
color: #206B40;
}
</style>
background-color css
<style>
a { background-color: #206B40; }
a { background-color: rgb(32,107,64); }
div.DivClassName
{
background-color: #206B40;
}
.BgClassName
{
background-color: #206B40;
}
</style>
border-color css
<style>
span { border-color: #206B40; }
span { border-color: rgb(32,107,64); }
td.TdClassName
{
border-color: #206B40;
}
.TagClassName
{
border-color: #206B40;
}
</style>