Shades of Green Pea #20603D
Tints of Green Pea #20603D
RGB
CMYK
RGB Variations
Color information
#20603D (or 0x20603D) is known color: Green Pea. HEX triplet: 20, 60 and 3D. RGB value is (32,96,61). Sum of RGB (Red+Green+Blue) = 32+96+61=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #20603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20603D is #DF9FC2. Grayscale: #484848. Windows color (decimal): -14655427 or 4022304. OLE color: 4022304.
HSL color Cylindrical-coordinate representation of color #20603D: hue angle of 147.19º 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 #20603D is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 96 | 61 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.62 |
| HSL | 147.19º | 0.5% | 0.25% | - |
| HSV(B) | 147.19º | 0.67% | 0.38% | - |
| XYZ | 5.62 | 9.01 | 5.86 | - |
| YUV | 72.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 61 | 0.67 | 0 | 0.36 | 0.62 | 147.19 | 0.5 | 0.25 |
| Hex | 20 | 60 | 3D | 43 | 0 | 24 | 3E | 93 | 32 | 19 |
| Octal | 40 | 140 | 75 | 103 | 0 | 44 | 76 | 223 | 62 | 31 |
| Binary | 100000 | 1100000 | 111101 | 1000011 | 0 | 100100 | 111110 | 10010011 | 110010 | 11001 |
Color Harmonies of #20603D
Complementary color
Monochromatic Colors of #20603D
Black with #20603D
Text Example
Text Example
White with #20603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20603D; }
p { color: rgb(32,96,61); }
H1.HeaderClassName
{
color: #20603D;
}
.AnyTagClassName
{
color: #20603D;
}
</style>
background-color css
<style>
a { background-color: #20603D; }
a { background-color: rgb(32,96,61); }
div.DivClassName
{
background-color: #20603D;
}
.BgClassName
{
background-color: #20603D;
}
</style>
border-color css
<style>
span { border-color: #20603D; }
span { border-color: rgb(32,96,61); }
td.TdClassName
{
border-color: #20603D;
}
.TagClassName
{
border-color: #20603D;
}
</style>