Shades of Green Pea #205F3F
Tints of Green Pea #205F3F
RGB
CMYK
RGB Variations
Color information
#205F3F (or 0x205F3F) is known color: Green Pea. HEX triplet: 20, 5F and 3F. RGB value is (32,95,63). Sum of RGB (Red+Green+Blue) = 32+95+63=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #205F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205F3F is #DFA0C0. Grayscale: #484848. Windows color (decimal): -14655681 or 4153120. OLE color: 4153120.
HSL color Cylindrical-coordinate representation of color #205F3F: hue angle of 149.52º 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 #205F3F is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 63 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.63 |
| HSL | 149.52º | 0.5% | 0.25% | - |
| HSV(B) | 149.52º | 0.66% | 0.37% | - |
| XYZ | 5.59 | 8.85 | 6.12 | - |
| YUV | 72.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 63 | 0.66 | 0 | 0.34 | 0.63 | 149.52 | 0.5 | 0.25 |
| Hex | 20 | 5F | 3F | 42 | 0 | 22 | 3F | 96 | 32 | 19 |
| Octal | 40 | 137 | 77 | 102 | 0 | 42 | 77 | 226 | 62 | 31 |
| Binary | 100000 | 1011111 | 111111 | 1000010 | 0 | 100010 | 111111 | 10010110 | 110010 | 11001 |
Color Harmonies of #205F3F
Complementary color
Monochromatic Colors of #205F3F
Black with #205F3F
Text Example
Text Example
White with #205F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F3F; }
p { color: rgb(32,95,63); }
H1.HeaderClassName
{
color: #205F3F;
}
.AnyTagClassName
{
color: #205F3F;
}
</style>
background-color css
<style>
a { background-color: #205F3F; }
a { background-color: rgb(32,95,63); }
div.DivClassName
{
background-color: #205F3F;
}
.BgClassName
{
background-color: #205F3F;
}
</style>
border-color css
<style>
span { border-color: #205F3F; }
span { border-color: rgb(32,95,63); }
td.TdClassName
{
border-color: #205F3F;
}
.TagClassName
{
border-color: #205F3F;
}
</style>