Shades of Green Pea #206341
Tints of Green Pea #206341
RGB
CMYK
RGB Variations
Color information
#206341 (or 0x206341) is known color: Green Pea. HEX triplet: 20, 63 and 41. RGB value is (32,99,65). Sum of RGB (Red+Green+Blue) = 32+99+65=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #206341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206341 is #DF9CBE. Grayscale: #4B4B4B. Windows color (decimal): -14654655 or 4285216. OLE color: 4285216.
HSL color Cylindrical-coordinate representation of color #206341: hue angle of 149.55º 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 #206341 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 99 | 65 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.61 |
| HSL | 149.55º | 0.51% | 0.26% | - |
| HSV(B) | 149.55º | 0.68% | 0.39% | - |
| XYZ | 6.01 | 9.61 | 6.54 | - |
| YUV | 75.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 65 | 0.68 | 0 | 0.34 | 0.61 | 149.55 | 0.51 | 0.26 |
| Hex | 20 | 63 | 41 | 44 | 0 | 22 | 3D | 96 | 33 | 1A |
| Octal | 40 | 143 | 101 | 104 | 0 | 42 | 75 | 226 | 63 | 32 |
| Binary | 100000 | 1100011 | 1000001 | 1000100 | 0 | 100010 | 111101 | 10010110 | 110011 | 11010 |
Color Harmonies of #206341
Complementary color
Monochromatic Colors of #206341
Black with #206341
Text Example
Text Example
White with #206341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206341; }
p { color: rgb(32,99,65); }
H1.HeaderClassName
{
color: #206341;
}
.AnyTagClassName
{
color: #206341;
}
</style>
background-color css
<style>
a { background-color: #206341; }
a { background-color: rgb(32,99,65); }
div.DivClassName
{
background-color: #206341;
}
.BgClassName
{
background-color: #206341;
}
</style>
border-color css
<style>
span { border-color: #206341; }
span { border-color: rgb(32,99,65); }
td.TdClassName
{
border-color: #206341;
}
.TagClassName
{
border-color: #206341;
}
</style>