Shades of Green Pea #20643D
Tints of Green Pea #20643D
RGB
CMYK
RGB Variations
Color information
#20643D (or 0x20643D) is known color: Green Pea. HEX triplet: 20, 64 and 3D. RGB value is (32,100,61). Sum of RGB (Red+Green+Blue) = 32+100+61=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #20643D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20643D is #DF9BC2. Grayscale: #4B4B4B. Windows color (decimal): -14654403 or 4023328. OLE color: 4023328.
HSL color Cylindrical-coordinate representation of color #20643D: hue angle of 145.59º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20643D is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 100 | 61 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.61 |
| HSL | 145.59º | 0.52% | 0.26% | - |
| HSV(B) | 145.59º | 0.68% | 0.39% | - |
| XYZ | 6 | 9.76 | 5.98 | - |
| YUV | 75.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 61 | 0.68 | 0 | 0.39 | 0.61 | 145.59 | 0.52 | 0.26 |
| Hex | 20 | 64 | 3D | 44 | 0 | 27 | 3D | 92 | 34 | 1A |
| Octal | 40 | 144 | 75 | 104 | 0 | 47 | 75 | 222 | 64 | 32 |
| Binary | 100000 | 1100100 | 111101 | 1000100 | 0 | 100111 | 111101 | 10010010 | 110100 | 11010 |
Color Harmonies of #20643D
Complementary color
Monochromatic Colors of #20643D
Black with #20643D
Text Example
Text Example
White with #20643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20643D; }
p { color: rgb(32,100,61); }
H1.HeaderClassName
{
color: #20643D;
}
.AnyTagClassName
{
color: #20643D;
}
</style>
background-color css
<style>
a { background-color: #20643D; }
a { background-color: rgb(32,100,61); }
div.DivClassName
{
background-color: #20643D;
}
.BgClassName
{
background-color: #20643D;
}
</style>
border-color css
<style>
span { border-color: #20643D; }
span { border-color: rgb(32,100,61); }
td.TdClassName
{
border-color: #20643D;
}
.TagClassName
{
border-color: #20643D;
}
</style>