Shades of Green Pea #2A573F
Tints of Green Pea #2A573F
RGB
CMYK
RGB Variations
Color information
#2A573F (or 0x2A573F) is known color: Green Pea. HEX triplet: 2A, 57 and 3F. RGB value is (42,87,63). Sum of RGB (Red+Green+Blue) = 42+87+63=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #2A573F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A573F is #D5A8C0. Grayscale: #464646. Windows color (decimal): -14002369 or 4151082. OLE color: 4151082.
HSL color Cylindrical-coordinate representation of color #2A573F: hue angle of 148º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A573F is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 87 | 63 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.66 |
| HSL | 148º | 0.35% | 0.25% | - |
| HSV(B) | 148º | 0.52% | 0.34% | - |
| XYZ | 5.26 | 7.67 | 5.91 | - |
| YUV | 70.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 87 | 63 | 0.52 | 0 | 0.28 | 0.66 | 148 | 0.35 | 0.25 |
| Hex | 2A | 57 | 3F | 34 | 0 | 1C | 42 | 94 | 23 | 19 |
| Octal | 52 | 127 | 77 | 64 | 0 | 34 | 102 | 224 | 43 | 31 |
| Binary | 101010 | 1010111 | 111111 | 110100 | 0 | 11100 | 1000010 | 10010100 | 100011 | 11001 |
Color Harmonies of #2A573F
Complementary color
Monochromatic Colors of #2A573F
Black with #2A573F
Text Example
Text Example
White with #2A573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A573F; }
p { color: rgb(42,87,63); }
H1.HeaderClassName
{
color: #2A573F;
}
.AnyTagClassName
{
color: #2A573F;
}
</style>
background-color css
<style>
a { background-color: #2A573F; }
a { background-color: rgb(42,87,63); }
div.DivClassName
{
background-color: #2A573F;
}
.BgClassName
{
background-color: #2A573F;
}
</style>
border-color css
<style>
span { border-color: #2A573F; }
span { border-color: rgb(42,87,63); }
td.TdClassName
{
border-color: #2A573F;
}
.TagClassName
{
border-color: #2A573F;
}
</style>