Shades of Green Pea #206B41
Tints of Green Pea #206B41
RGB
CMYK
RGB Variations
Color information
#206B41 (or 0x206B41) is known color: Green Pea. HEX triplet: 20, 6B and 41. RGB value is (32,107,65). Sum of RGB (Red+Green+Blue) = 32+107+65=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #206B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206B41 is #DF94BE. Grayscale: #4F4F4F. Windows color (decimal): -14652607 or 4287264. OLE color: 4287264.
HSL color Cylindrical-coordinate representation of color #206B41: hue angle of 146.4º 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 #206B41 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 107 | 65 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.58 |
| HSL | 146.4º | 0.54% | 0.27% | - |
| HSV(B) | 146.4º | 0.7% | 0.42% | - |
| XYZ | 6.81 | 11.2 | 6.8 | - |
| YUV | 79.79 | 119.65 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 65 | 0.70 | 0 | 0.39 | 0.58 | 146.4 | 0.54 | 0.27 |
| Hex | 20 | 6B | 41 | 46 | 0 | 27 | 3A | 92 | 36 | 1B |
| Octal | 40 | 153 | 101 | 106 | 0 | 47 | 72 | 222 | 66 | 33 |
| Binary | 100000 | 1101011 | 1000001 | 1000110 | 0 | 100111 | 111010 | 10010010 | 110110 | 11011 |
Color Harmonies of #206B41
Complementary color
Monochromatic Colors of #206B41
Black with #206B41
Text Example
Text Example
White with #206B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206B41; }
p { color: rgb(32,107,65); }
H1.HeaderClassName
{
color: #206B41;
}
.AnyTagClassName
{
color: #206B41;
}
</style>
background-color css
<style>
a { background-color: #206B41; }
a { background-color: rgb(32,107,65); }
div.DivClassName
{
background-color: #206B41;
}
.BgClassName
{
background-color: #206B41;
}
</style>
border-color css
<style>
span { border-color: #206B41; }
span { border-color: rgb(32,107,65); }
td.TdClassName
{
border-color: #206B41;
}
.TagClassName
{
border-color: #206B41;
}
</style>