Shades of Green Pea #206347
Tints of Green Pea #206347
RGB
CMYK
RGB Variations
Color information
#206347 (or 0x206347) is known color: Green Pea. HEX triplet: 20, 63 and 47. RGB value is (32,99,71). Sum of RGB (Red+Green+Blue) = 32+99+71=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #206347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206347 is #DF9CB8. Grayscale: #4B4B4B. Windows color (decimal): -14654649 or 4678432. OLE color: 4678432.
HSL color Cylindrical-coordinate representation of color #206347: hue angle of 154.93º 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 #206347 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 99 | 71 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.61 |
| HSL | 154.93º | 0.51% | 0.26% | - |
| HSV(B) | 154.93º | 0.68% | 0.39% | - |
| XYZ | 6.19 | 9.69 | 7.5 | - |
| YUV | 75.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 71 | 0.68 | 0 | 0.28 | 0.61 | 154.93 | 0.51 | 0.26 |
| Hex | 20 | 63 | 47 | 44 | 0 | 1C | 3D | 9B | 33 | 1A |
| Octal | 40 | 143 | 107 | 104 | 0 | 34 | 75 | 233 | 63 | 32 |
| Binary | 100000 | 1100011 | 1000111 | 1000100 | 0 | 11100 | 111101 | 10011011 | 110011 | 11010 |
Color Harmonies of #206347
Complementary color
Monochromatic Colors of #206347
Black with #206347
Text Example
Text Example
White with #206347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206347; }
p { color: rgb(32,99,71); }
H1.HeaderClassName
{
color: #206347;
}
.AnyTagClassName
{
color: #206347;
}
</style>
background-color css
<style>
a { background-color: #206347; }
a { background-color: rgb(32,99,71); }
div.DivClassName
{
background-color: #206347;
}
.BgClassName
{
background-color: #206347;
}
</style>
border-color css
<style>
span { border-color: #206347; }
span { border-color: rgb(32,99,71); }
td.TdClassName
{
border-color: #206347;
}
.TagClassName
{
border-color: #206347;
}
</style>