Shades of Green Pea #206343
Tints of Green Pea #206343
RGB
CMYK
RGB Variations
Color information
#206343 (or 0x206343) is known color: Green Pea. HEX triplet: 20, 63 and 43. RGB value is (32,99,67). Sum of RGB (Red+Green+Blue) = 32+99+67=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #206343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206343 is #DF9CBC. Grayscale: #4B4B4B. Windows color (decimal): -14654653 or 4416288. OLE color: 4416288.
HSL color Cylindrical-coordinate representation of color #206343: hue angle of 151.34º 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 #206343 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 99 | 67 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.61 |
| HSL | 151.34º | 0.51% | 0.26% | - |
| HSV(B) | 151.34º | 0.68% | 0.39% | - |
| XYZ | 6.07 | 9.64 | 6.85 | - |
| YUV | 75.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 67 | 0.68 | 0 | 0.32 | 0.61 | 151.34 | 0.51 | 0.26 |
| Hex | 20 | 63 | 43 | 44 | 0 | 20 | 3D | 97 | 33 | 1A |
| Octal | 40 | 143 | 103 | 104 | 0 | 40 | 75 | 227 | 63 | 32 |
| Binary | 100000 | 1100011 | 1000011 | 1000100 | 0 | 100000 | 111101 | 10010111 | 110011 | 11010 |
Color Harmonies of #206343
Complementary color
Monochromatic Colors of #206343
Black with #206343
Text Example
Text Example
White with #206343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206343; }
p { color: rgb(32,99,67); }
H1.HeaderClassName
{
color: #206343;
}
.AnyTagClassName
{
color: #206343;
}
</style>
background-color css
<style>
a { background-color: #206343; }
a { background-color: rgb(32,99,67); }
div.DivClassName
{
background-color: #206343;
}
.BgClassName
{
background-color: #206343;
}
</style>
border-color css
<style>
span { border-color: #206343; }
span { border-color: rgb(32,99,67); }
td.TdClassName
{
border-color: #206343;
}
.TagClassName
{
border-color: #206343;
}
</style>