Shades of Green Pea #205B3F
Tints of Green Pea #205B3F
RGB
CMYK
RGB Variations
Color information
#205B3F (or 0x205B3F) is known color: Green Pea. HEX triplet: 20, 5B and 3F. RGB value is (32,91,63). Sum of RGB (Red+Green+Blue) = 32+91+63=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #205B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205B3F is #DFA4C0. Grayscale: #464646. Windows color (decimal): -14656705 or 4152096. OLE color: 4152096.
HSL color Cylindrical-coordinate representation of color #205B3F: hue angle of 151.53º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205B3F is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 91 | 63 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.64 |
| HSL | 151.53º | 0.48% | 0.24% | - |
| HSV(B) | 151.53º | 0.65% | 0.36% | - |
| XYZ | 5.23 | 8.15 | 6 | - |
| YUV | 70.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 63 | 0.65 | 0 | 0.31 | 0.64 | 151.53 | 0.48 | 0.24 |
| Hex | 20 | 5B | 3F | 41 | 0 | 1F | 40 | 98 | 30 | 18 |
| Octal | 40 | 133 | 77 | 101 | 0 | 37 | 100 | 230 | 60 | 30 |
| Binary | 100000 | 1011011 | 111111 | 1000001 | 0 | 11111 | 1000000 | 10011000 | 110000 | 11000 |
Color Harmonies of #205B3F
Complementary color
Monochromatic Colors of #205B3F
Black with #205B3F
Text Example
Text Example
White with #205B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205B3F; }
p { color: rgb(32,91,63); }
H1.HeaderClassName
{
color: #205B3F;
}
.AnyTagClassName
{
color: #205B3F;
}
</style>
background-color css
<style>
a { background-color: #205B3F; }
a { background-color: rgb(32,91,63); }
div.DivClassName
{
background-color: #205B3F;
}
.BgClassName
{
background-color: #205B3F;
}
</style>
border-color css
<style>
span { border-color: #205B3F; }
span { border-color: rgb(32,91,63); }
td.TdClassName
{
border-color: #205B3F;
}
.TagClassName
{
border-color: #205B3F;
}
</style>