Shades of Green Pea #206243
Tints of Green Pea #206243
RGB
CMYK
RGB Variations
Color information
#206243 (or 0x206243) is known color: Green Pea. HEX triplet: 20, 62 and 43. RGB value is (32,98,67). Sum of RGB (Red+Green+Blue) = 32+98+67=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #206243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206243 is #DF9DBC. Grayscale: #4A4A4A. Windows color (decimal): -14654909 or 4416032. OLE color: 4416032.
HSL color Cylindrical-coordinate representation of color #206243: hue angle of 151.82º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206243 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 98 | 67 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.62 |
| HSL | 151.82º | 0.51% | 0.25% | - |
| HSV(B) | 151.82º | 0.67% | 0.38% | - |
| XYZ | 5.98 | 9.45 | 6.82 | - |
| YUV | 74.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 67 | 0.67 | 0 | 0.32 | 0.62 | 151.82 | 0.51 | 0.25 |
| Hex | 20 | 62 | 43 | 43 | 0 | 20 | 3E | 98 | 33 | 19 |
| Octal | 40 | 142 | 103 | 103 | 0 | 40 | 76 | 230 | 63 | 31 |
| Binary | 100000 | 1100010 | 1000011 | 1000011 | 0 | 100000 | 111110 | 10011000 | 110011 | 11001 |
Color Harmonies of #206243
Complementary color
Monochromatic Colors of #206243
Black with #206243
Text Example
Text Example
White with #206243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206243; }
p { color: rgb(32,98,67); }
H1.HeaderClassName
{
color: #206243;
}
.AnyTagClassName
{
color: #206243;
}
</style>
background-color css
<style>
a { background-color: #206243; }
a { background-color: rgb(32,98,67); }
div.DivClassName
{
background-color: #206243;
}
.BgClassName
{
background-color: #206243;
}
</style>
border-color css
<style>
span { border-color: #206243; }
span { border-color: rgb(32,98,67); }
td.TdClassName
{
border-color: #206243;
}
.TagClassName
{
border-color: #206243;
}
</style>