Shades of Green Pea #206843
Tints of Green Pea #206843
RGB
CMYK
RGB Variations
Color information
#206843 (or 0x206843) is known color: Green Pea. HEX triplet: 20, 68 and 43. RGB value is (32,104,67). Sum of RGB (Red+Green+Blue) = 32+104+67=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #206843 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206843 is #DF97BC. Grayscale: #4E4E4E. Windows color (decimal): -14653373 or 4417568. OLE color: 4417568.
HSL color Cylindrical-coordinate representation of color #206843: hue angle of 149.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206843 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 104 | 67 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.59 |
| HSL | 149.17º | 0.53% | 0.27% | - |
| HSV(B) | 149.17º | 0.69% | 0.41% | - |
| XYZ | 6.56 | 10.61 | 7.01 | - |
| YUV | 78.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 67 | 0.69 | 0 | 0.36 | 0.59 | 149.17 | 0.53 | 0.27 |
| Hex | 20 | 68 | 43 | 45 | 0 | 24 | 3B | 95 | 35 | 1B |
| Octal | 40 | 150 | 103 | 105 | 0 | 44 | 73 | 225 | 65 | 33 |
| Binary | 100000 | 1101000 | 1000011 | 1000101 | 0 | 100100 | 111011 | 10010101 | 110101 | 11011 |
Color Harmonies of #206843
Complementary color
Monochromatic Colors of #206843
Black with #206843
Text Example
Text Example
White with #206843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206843; }
p { color: rgb(32,104,67); }
H1.HeaderClassName
{
color: #206843;
}
.AnyTagClassName
{
color: #206843;
}
</style>
background-color css
<style>
a { background-color: #206843; }
a { background-color: rgb(32,104,67); }
div.DivClassName
{
background-color: #206843;
}
.BgClassName
{
background-color: #206843;
}
</style>
border-color css
<style>
span { border-color: #206843; }
span { border-color: rgb(32,104,67); }
td.TdClassName
{
border-color: #206843;
}
.TagClassName
{
border-color: #206843;
}
</style>