Shades of Green Pea #205E3F
Tints of Green Pea #205E3F
RGB
CMYK
RGB Variations
Color information
#205E3F (or 0x205E3F) is known color: Green Pea. HEX triplet: 20, 5E and 3F. RGB value is (32,94,63). Sum of RGB (Red+Green+Blue) = 32+94+63=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 94 (37.11% from 255 or 49.74% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 94 - color contains mainly: green. Hex color #205E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205E3F is #DFA1C0. Grayscale: #474747. Windows color (decimal): -14655937 or 4152864. OLE color: 4152864.
HSL color Cylindrical-coordinate representation of color #205E3F: hue angle of 150º degrees, saturation: 0.49, 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 #205E3F is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 94 | 63 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.63 |
| HSL | 150º | 0.49% | 0.25% | - |
| HSV(B) | 150º | 0.66% | 0.37% | - |
| XYZ | 5.5 | 8.67 | 6.09 | - |
| YUV | 71.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 63 | 0.66 | 0 | 0.33 | 0.63 | 150 | 0.49 | 0.25 |
| Hex | 20 | 5E | 3F | 42 | 0 | 21 | 3F | 96 | 31 | 19 |
| Octal | 40 | 136 | 77 | 102 | 0 | 41 | 77 | 226 | 61 | 31 |
| Binary | 100000 | 1011110 | 111111 | 1000010 | 0 | 100001 | 111111 | 10010110 | 110001 | 11001 |
Color Harmonies of #205E3F
Complementary color
Monochromatic Colors of #205E3F
Black with #205E3F
Text Example
Text Example
White with #205E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E3F; }
p { color: rgb(32,94,63); }
H1.HeaderClassName
{
color: #205E3F;
}
.AnyTagClassName
{
color: #205E3F;
}
</style>
background-color css
<style>
a { background-color: #205E3F; }
a { background-color: rgb(32,94,63); }
div.DivClassName
{
background-color: #205E3F;
}
.BgClassName
{
background-color: #205E3F;
}
</style>
border-color css
<style>
span { border-color: #205E3F; }
span { border-color: rgb(32,94,63); }
td.TdClassName
{
border-color: #205E3F;
}
.TagClassName
{
border-color: #205E3F;
}
</style>