Shades of Green Pea #20653D
Tints of Green Pea #20653D
RGB
CMYK
RGB Variations
Color information
#20653D (or 0x20653D) is known color: Green Pea. HEX triplet: 20, 65 and 3D. RGB value is (32,101,61). Sum of RGB (Red+Green+Blue) = 32+101+61=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #20653D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20653D is #DF9AC2. Grayscale: #4B4B4B. Windows color (decimal): -14654147 or 4023584. OLE color: 4023584.
HSL color Cylindrical-coordinate representation of color #20653D: hue angle of 145.22º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20653D is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 101 | 61 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.60 |
| HSL | 145.22º | 0.52% | 0.26% | - |
| HSV(B) | 145.22º | 0.68% | 0.4% | - |
| XYZ | 6.09 | 9.95 | 6.01 | - |
| YUV | 75.81 | 119.64 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 61 | 0.68 | 0 | 0.40 | 0.60 | 145.22 | 0.52 | 0.26 |
| Hex | 20 | 65 | 3D | 44 | 0 | 28 | 3C | 91 | 34 | 1A |
| Octal | 40 | 145 | 75 | 104 | 0 | 50 | 74 | 221 | 64 | 32 |
| Binary | 100000 | 1100101 | 111101 | 1000100 | 0 | 101000 | 111100 | 10010001 | 110100 | 11010 |
Color Harmonies of #20653D
Complementary color
Monochromatic Colors of #20653D
Black with #20653D
Text Example
Text Example
White with #20653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20653D; }
p { color: rgb(32,101,61); }
H1.HeaderClassName
{
color: #20653D;
}
.AnyTagClassName
{
color: #20653D;
}
</style>
background-color css
<style>
a { background-color: #20653D; }
a { background-color: rgb(32,101,61); }
div.DivClassName
{
background-color: #20653D;
}
.BgClassName
{
background-color: #20653D;
}
</style>
border-color css
<style>
span { border-color: #20653D; }
span { border-color: rgb(32,101,61); }
td.TdClassName
{
border-color: #20653D;
}
.TagClassName
{
border-color: #20653D;
}
</style>