Shades of Green Pea #205D3A
Tints of Green Pea #205D3A
RGB
CMYK
RGB Variations
Color information
#205D3A (or 0x205D3A) is known color: Green Pea. HEX triplet: 20, 5D and 3A. RGB value is (32,93,58). Sum of RGB (Red+Green+Blue) = 32+93+58=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #205D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D3A is #DFA2C5. Grayscale: #464646. Windows color (decimal): -14656198 or 3824928. OLE color: 3824928.
HSL color Cylindrical-coordinate representation of color #205D3A: hue angle of 145.57º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D3A is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 58 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.64 |
| HSL | 145.57º | 0.49% | 0.25% | - |
| HSV(B) | 145.57º | 0.66% | 0.36% | - |
| XYZ | 5.27 | 8.44 | 5.35 | - |
| YUV | 70.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 58 | 0.66 | 0 | 0.38 | 0.64 | 145.57 | 0.49 | 0.25 |
| Hex | 20 | 5D | 3A | 42 | 0 | 26 | 40 | 92 | 31 | 19 |
| Octal | 40 | 135 | 72 | 102 | 0 | 46 | 100 | 222 | 61 | 31 |
| Binary | 100000 | 1011101 | 111010 | 1000010 | 0 | 100110 | 1000000 | 10010010 | 110001 | 11001 |
Color Harmonies of #205D3A
Complementary color
Monochromatic Colors of #205D3A
Black with #205D3A
Text Example
Text Example
White with #205D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D3A; }
p { color: rgb(32,93,58); }
H1.HeaderClassName
{
color: #205D3A;
}
.AnyTagClassName
{
color: #205D3A;
}
</style>
background-color css
<style>
a { background-color: #205D3A; }
a { background-color: rgb(32,93,58); }
div.DivClassName
{
background-color: #205D3A;
}
.BgClassName
{
background-color: #205D3A;
}
</style>
border-color css
<style>
span { border-color: #205D3A; }
span { border-color: rgb(32,93,58); }
td.TdClassName
{
border-color: #205D3A;
}
.TagClassName
{
border-color: #205D3A;
}
</style>