Shades of Green Pea #206547
Tints of Green Pea #206547
RGB
CMYK
RGB Variations
Color information
#206547 (or 0x206547) is known color: Green Pea. HEX triplet: 20, 65 and 47. RGB value is (32,101,71). Sum of RGB (Red+Green+Blue) = 32+101+71=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #206547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206547 is #DF9AB8. Grayscale: #4D4D4D. Windows color (decimal): -14654137 or 4678944. OLE color: 4678944.
HSL color Cylindrical-coordinate representation of color #206547: hue angle of 153.91º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206547 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 101 | 71 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.60 |
| HSL | 153.91º | 0.52% | 0.26% | - |
| HSV(B) | 153.91º | 0.68% | 0.4% | - |
| XYZ | 6.39 | 10.07 | 7.57 | - |
| YUV | 76.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 71 | 0.68 | 0 | 0.30 | 0.60 | 153.91 | 0.52 | 0.26 |
| Hex | 20 | 65 | 47 | 44 | 0 | 1E | 3C | 9A | 34 | 1A |
| Octal | 40 | 145 | 107 | 104 | 0 | 36 | 74 | 232 | 64 | 32 |
| Binary | 100000 | 1100101 | 1000111 | 1000100 | 0 | 11110 | 111100 | 10011010 | 110100 | 11010 |
Color Harmonies of #206547
Complementary color
Monochromatic Colors of #206547
Black with #206547
Text Example
Text Example
White with #206547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206547; }
p { color: rgb(32,101,71); }
H1.HeaderClassName
{
color: #206547;
}
.AnyTagClassName
{
color: #206547;
}
</style>
background-color css
<style>
a { background-color: #206547; }
a { background-color: rgb(32,101,71); }
div.DivClassName
{
background-color: #206547;
}
.BgClassName
{
background-color: #206547;
}
</style>
border-color css
<style>
span { border-color: #206547; }
span { border-color: rgb(32,101,71); }
td.TdClassName
{
border-color: #206547;
}
.TagClassName
{
border-color: #206547;
}
</style>