Shades of Green Pea #20603C
Tints of Green Pea #20603C
RGB
CMYK
RGB Variations
Color information
#20603C (or 0x20603C) is known color: Green Pea. HEX triplet: 20, 60 and 3C. RGB value is (32,96,60). Sum of RGB (Red+Green+Blue) = 32+96+60=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #20603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20603C is #DF9FC3. Grayscale: #484848. Windows color (decimal): -14655428 or 3956768. OLE color: 3956768.
HSL color Cylindrical-coordinate representation of color #20603C: hue angle of 146.25º degrees, saturation: 0.5, 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 #20603C is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 96 | 60 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.62 |
| HSL | 146.25º | 0.5% | 0.25% | - |
| HSV(B) | 146.25º | 0.67% | 0.38% | - |
| XYZ | 5.59 | 9 | 5.72 | - |
| YUV | 72.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 60 | 0.67 | 0 | 0.38 | 0.62 | 146.25 | 0.5 | 0.25 |
| Hex | 20 | 60 | 3C | 43 | 0 | 26 | 3E | 92 | 32 | 19 |
| Octal | 40 | 140 | 74 | 103 | 0 | 46 | 76 | 222 | 62 | 31 |
| Binary | 100000 | 1100000 | 111100 | 1000011 | 0 | 100110 | 111110 | 10010010 | 110010 | 11001 |
Color Harmonies of #20603C
Complementary color
Monochromatic Colors of #20603C
Black with #20603C
Text Example
Text Example
White with #20603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20603C; }
p { color: rgb(32,96,60); }
H1.HeaderClassName
{
color: #20603C;
}
.AnyTagClassName
{
color: #20603C;
}
</style>
background-color css
<style>
a { background-color: #20603C; }
a { background-color: rgb(32,96,60); }
div.DivClassName
{
background-color: #20603C;
}
.BgClassName
{
background-color: #20603C;
}
</style>
border-color css
<style>
span { border-color: #20603C; }
span { border-color: rgb(32,96,60); }
td.TdClassName
{
border-color: #20603C;
}
.TagClassName
{
border-color: #20603C;
}
</style>