Shades of Green Pea #205F41
Tints of Green Pea #205F41
RGB
CMYK
RGB Variations
Color information
#205F41 (or 0x205F41) is known color: Green Pea. HEX triplet: 20, 5F and 41. RGB value is (32,95,65). Sum of RGB (Red+Green+Blue) = 32+95+65=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #205F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205F41 is #DFA0BE. Grayscale: #484848. Windows color (decimal): -14655679 or 4284192. OLE color: 4284192.
HSL color Cylindrical-coordinate representation of color #205F41: hue angle of 151.43º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205F41 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 65 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.63 |
| HSL | 151.43º | 0.5% | 0.25% | - |
| HSV(B) | 151.43º | 0.66% | 0.37% | - |
| XYZ | 5.64 | 8.87 | 6.42 | - |
| YUV | 72.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 65 | 0.66 | 0 | 0.32 | 0.63 | 151.43 | 0.5 | 0.25 |
| Hex | 20 | 5F | 41 | 42 | 0 | 20 | 3F | 97 | 32 | 19 |
| Octal | 40 | 137 | 101 | 102 | 0 | 40 | 77 | 227 | 62 | 31 |
| Binary | 100000 | 1011111 | 1000001 | 1000010 | 0 | 100000 | 111111 | 10010111 | 110010 | 11001 |
Color Harmonies of #205F41
Complementary color
Monochromatic Colors of #205F41
Black with #205F41
Text Example
Text Example
White with #205F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F41; }
p { color: rgb(32,95,65); }
H1.HeaderClassName
{
color: #205F41;
}
.AnyTagClassName
{
color: #205F41;
}
</style>
background-color css
<style>
a { background-color: #205F41; }
a { background-color: rgb(32,95,65); }
div.DivClassName
{
background-color: #205F41;
}
.BgClassName
{
background-color: #205F41;
}
</style>
border-color css
<style>
span { border-color: #205F41; }
span { border-color: rgb(32,95,65); }
td.TdClassName
{
border-color: #205F41;
}
.TagClassName
{
border-color: #205F41;
}
</style>