Shades of Green Pea #205A3F
Tints of Green Pea #205A3F
RGB
CMYK
RGB Variations
Color information
#205A3F (or 0x205A3F) is known color: Green Pea. HEX triplet: 20, 5A and 3F. RGB value is (32,90,63). Sum of RGB (Red+Green+Blue) = 32+90+63=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #205A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A3F is #DFA5C0. Grayscale: #454545. Windows color (decimal): -14656961 or 4151840. OLE color: 4151840.
HSL color Cylindrical-coordinate representation of color #205A3F: hue angle of 152.07º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A3F is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 63 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.65 |
| HSL | 152.07º | 0.48% | 0.24% | - |
| HSV(B) | 152.07º | 0.64% | 0.35% | - |
| XYZ | 5.15 | 7.98 | 5.97 | - |
| YUV | 69.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 63 | 0.64 | 0 | 0.30 | 0.65 | 152.07 | 0.48 | 0.24 |
| Hex | 20 | 5A | 3F | 40 | 0 | 1E | 41 | 98 | 30 | 18 |
| Octal | 40 | 132 | 77 | 100 | 0 | 36 | 101 | 230 | 60 | 30 |
| Binary | 100000 | 1011010 | 111111 | 1000000 | 0 | 11110 | 1000001 | 10011000 | 110000 | 11000 |
Color Harmonies of #205A3F
Complementary color
Monochromatic Colors of #205A3F
Black with #205A3F
Text Example
Text Example
White with #205A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A3F; }
p { color: rgb(32,90,63); }
H1.HeaderClassName
{
color: #205A3F;
}
.AnyTagClassName
{
color: #205A3F;
}
</style>
background-color css
<style>
a { background-color: #205A3F; }
a { background-color: rgb(32,90,63); }
div.DivClassName
{
background-color: #205A3F;
}
.BgClassName
{
background-color: #205A3F;
}
</style>
border-color css
<style>
span { border-color: #205A3F; }
span { border-color: rgb(32,90,63); }
td.TdClassName
{
border-color: #205A3F;
}
.TagClassName
{
border-color: #205A3F;
}
</style>