Shades of Green Pea #20663D
Tints of Green Pea #20663D
RGB
CMYK
RGB Variations
Color information
#20663D (or 0x20663D) is known color: Green Pea. HEX triplet: 20, 66 and 3D. RGB value is (32,102,61). Sum of RGB (Red+Green+Blue) = 32+102+61=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #20663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20663D is #DF99C2. Grayscale: #4C4C4C. Windows color (decimal): -14653891 or 4023840. OLE color: 4023840.
HSL color Cylindrical-coordinate representation of color #20663D: hue angle of 144.86º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20663D is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 102 | 61 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.6 |
| HSL | 144.86º | 0.52% | 0.26% | - |
| HSV(B) | 144.86º | 0.69% | 0.4% | - |
| XYZ | 6.19 | 10.15 | 6.05 | - |
| YUV | 76.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 61 | 0.69 | 0 | 0.40 | 0.6 | 144.86 | 0.52 | 0.26 |
| Hex | 20 | 66 | 3D | 45 | 0 | 28 | 3C | 91 | 34 | 1A |
| Octal | 40 | 146 | 75 | 105 | 0 | 50 | 74 | 221 | 64 | 32 |
| Binary | 100000 | 1100110 | 111101 | 1000101 | 0 | 101000 | 111100 | 10010001 | 110100 | 11010 |
Color Harmonies of #20663D
Complementary color
Monochromatic Colors of #20663D
Black with #20663D
Text Example
Text Example
White with #20663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20663D; }
p { color: rgb(32,102,61); }
H1.HeaderClassName
{
color: #20663D;
}
.AnyTagClassName
{
color: #20663D;
}
</style>
background-color css
<style>
a { background-color: #20663D; }
a { background-color: rgb(32,102,61); }
div.DivClassName
{
background-color: #20663D;
}
.BgClassName
{
background-color: #20663D;
}
</style>
border-color css
<style>
span { border-color: #20663D; }
span { border-color: rgb(32,102,61); }
td.TdClassName
{
border-color: #20663D;
}
.TagClassName
{
border-color: #20663D;
}
</style>