Shades of Green Pea #205D43
Tints of Green Pea #205D43
RGB
CMYK
RGB Variations
Color information
#205D43 (or 0x205D43) is known color: Green Pea. HEX triplet: 20, 5D and 43. RGB value is (32,93,67). Sum of RGB (Red+Green+Blue) = 32+93+67=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 93 (36.72% from 255 or 48.44% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 93 - color contains mainly: green. Hex color #205D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D43 is #DFA2BC. Grayscale: #474747. Windows color (decimal): -14656189 or 4414752. OLE color: 4414752.
HSL color Cylindrical-coordinate representation of color #205D43: hue angle of 154.43º 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 #205D43 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 67 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.64 |
| HSL | 154.43º | 0.49% | 0.25% | - |
| HSV(B) | 154.43º | 0.66% | 0.36% | - |
| XYZ | 5.52 | 8.54 | 6.67 | - |
| YUV | 71.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 67 | 0.66 | 0 | 0.28 | 0.64 | 154.43 | 0.49 | 0.25 |
| Hex | 20 | 5D | 43 | 42 | 0 | 1C | 40 | 9A | 31 | 19 |
| Octal | 40 | 135 | 103 | 102 | 0 | 34 | 100 | 232 | 61 | 31 |
| Binary | 100000 | 1011101 | 1000011 | 1000010 | 0 | 11100 | 1000000 | 10011010 | 110001 | 11001 |
Color Harmonies of #205D43
Complementary color
Monochromatic Colors of #205D43
Black with #205D43
Text Example
Text Example
White with #205D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D43; }
p { color: rgb(32,93,67); }
H1.HeaderClassName
{
color: #205D43;
}
.AnyTagClassName
{
color: #205D43;
}
</style>
background-color css
<style>
a { background-color: #205D43; }
a { background-color: rgb(32,93,67); }
div.DivClassName
{
background-color: #205D43;
}
.BgClassName
{
background-color: #205D43;
}
</style>
border-color css
<style>
span { border-color: #205D43; }
span { border-color: rgb(32,93,67); }
td.TdClassName
{
border-color: #205D43;
}
.TagClassName
{
border-color: #205D43;
}
</style>