Shades of Green Pea #20683F
Tints of Green Pea #20683F
RGB
CMYK
RGB Variations
Color information
#20683F (or 0x20683F) is known color: Green Pea. HEX triplet: 20, 68 and 3F. RGB value is (32,104,63). Sum of RGB (Red+Green+Blue) = 32+104+63=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #20683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20683F is #DF97C0. Grayscale: #4D4D4D. Windows color (decimal): -14653377 or 4155424. OLE color: 4155424.
HSL color Cylindrical-coordinate representation of color #20683F: hue angle of 145.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20683F is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 104 | 63 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.59 |
| HSL | 145.83º | 0.53% | 0.27% | - |
| HSV(B) | 145.83º | 0.69% | 0.41% | - |
| XYZ | 6.44 | 10.57 | 6.4 | - |
| YUV | 77.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 63 | 0.69 | 0 | 0.39 | 0.59 | 145.83 | 0.53 | 0.27 |
| Hex | 20 | 68 | 3F | 45 | 0 | 27 | 3B | 92 | 35 | 1B |
| Octal | 40 | 150 | 77 | 105 | 0 | 47 | 73 | 222 | 65 | 33 |
| Binary | 100000 | 1101000 | 111111 | 1000101 | 0 | 100111 | 111011 | 10010010 | 110101 | 11011 |
Color Harmonies of #20683F
Complementary color
Monochromatic Colors of #20683F
Black with #20683F
Text Example
Text Example
White with #20683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20683F; }
p { color: rgb(32,104,63); }
H1.HeaderClassName
{
color: #20683F;
}
.AnyTagClassName
{
color: #20683F;
}
</style>
background-color css
<style>
a { background-color: #20683F; }
a { background-color: rgb(32,104,63); }
div.DivClassName
{
background-color: #20683F;
}
.BgClassName
{
background-color: #20683F;
}
</style>
border-color css
<style>
span { border-color: #20683F; }
span { border-color: rgb(32,104,63); }
td.TdClassName
{
border-color: #20683F;
}
.TagClassName
{
border-color: #20683F;
}
</style>