Shades of Green Pea #206548
Tints of Green Pea #206548
RGB
CMYK
RGB Variations
Color information
#206548 (or 0x206548) is known color: Green Pea. HEX triplet: 20, 65 and 48. RGB value is (32,101,72). Sum of RGB (Red+Green+Blue) = 32+101+72=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 101 - color contains mainly: green. Hex color #206548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206548 is #DF9AB7. Grayscale: #4D4D4D. Windows color (decimal): -14654136 or 4744480. OLE color: 4744480.
HSL color Cylindrical-coordinate representation of color #206548: hue angle of 154.78º 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 #206548 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 101 | 72 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.60 |
| HSL | 154.78º | 0.52% | 0.26% | - |
| HSV(B) | 154.78º | 0.68% | 0.4% | - |
| XYZ | 6.42 | 10.08 | 7.74 | - |
| YUV | 77.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 72 | 0.68 | 0 | 0.29 | 0.60 | 154.78 | 0.52 | 0.26 |
| Hex | 20 | 65 | 48 | 44 | 0 | 1D | 3C | 9B | 34 | 1A |
| Octal | 40 | 145 | 110 | 104 | 0 | 35 | 74 | 233 | 64 | 32 |
| Binary | 100000 | 1100101 | 1001000 | 1000100 | 0 | 11101 | 111100 | 10011011 | 110100 | 11010 |
Color Harmonies of #206548
Complementary color
Monochromatic Colors of #206548
Black with #206548
Text Example
Text Example
White with #206548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206548; }
p { color: rgb(32,101,72); }
H1.HeaderClassName
{
color: #206548;
}
.AnyTagClassName
{
color: #206548;
}
</style>
background-color css
<style>
a { background-color: #206548; }
a { background-color: rgb(32,101,72); }
div.DivClassName
{
background-color: #206548;
}
.BgClassName
{
background-color: #206548;
}
</style>
border-color css
<style>
span { border-color: #206548; }
span { border-color: rgb(32,101,72); }
td.TdClassName
{
border-color: #206548;
}
.TagClassName
{
border-color: #206548;
}
</style>