Shades of Green Pea #2A583E
Tints of Green Pea #2A583E
RGB
CMYK
RGB Variations
Color information
#2A583E (or 0x2A583E) is known color: Green Pea. HEX triplet: 2A, 58 and 3E. RGB value is (42,88,62). Sum of RGB (Red+Green+Blue) = 42+88+62=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #2A583E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A583E is #D5A7C1. Grayscale: #474747. Windows color (decimal): -14002114 or 4085802. OLE color: 4085802.
HSL color Cylindrical-coordinate representation of color #2A583E: hue angle of 146.09º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A583E is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 88 | 62 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.65 |
| HSL | 146.09º | 0.35% | 0.25% | - |
| HSV(B) | 146.09º | 0.52% | 0.35% | - |
| XYZ | 5.31 | 7.82 | 5.79 | - |
| YUV | 71.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 62 | 0.52 | 0 | 0.30 | 0.65 | 146.09 | 0.35 | 0.25 |
| Hex | 2A | 58 | 3E | 34 | 0 | 1E | 41 | 92 | 23 | 19 |
| Octal | 52 | 130 | 76 | 64 | 0 | 36 | 101 | 222 | 43 | 31 |
| Binary | 101010 | 1011000 | 111110 | 110100 | 0 | 11110 | 1000001 | 10010010 | 100011 | 11001 |
Color Harmonies of #2A583E
Complementary color
Monochromatic Colors of #2A583E
Black with #2A583E
Text Example
Text Example
White with #2A583E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A583E; }
p { color: rgb(42,88,62); }
H1.HeaderClassName
{
color: #2A583E;
}
.AnyTagClassName
{
color: #2A583E;
}
</style>
background-color css
<style>
a { background-color: #2A583E; }
a { background-color: rgb(42,88,62); }
div.DivClassName
{
background-color: #2A583E;
}
.BgClassName
{
background-color: #2A583E;
}
</style>
border-color css
<style>
span { border-color: #2A583E; }
span { border-color: rgb(42,88,62); }
td.TdClassName
{
border-color: #2A583E;
}
.TagClassName
{
border-color: #2A583E;
}
</style>