Shades of Green Pea #2A623E
Tints of Green Pea #2A623E
RGB
CMYK
RGB Variations
Color information
#2A623E (or 0x2A623E) is known color: Green Pea. HEX triplet: 2A, 62 and 3E. RGB value is (42,98,62). Sum of RGB (Red+Green+Blue) = 42+98+62=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #2A623E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A623E is #D59DC1. Grayscale: #4D4D4D. Windows color (decimal): -13999554 or 4088362. OLE color: 4088362.
HSL color Cylindrical-coordinate representation of color #2A623E: hue angle of 141.43º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A623E is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 62 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.62 |
| HSL | 141.43º | 0.4% | 0.27% | - |
| HSV(B) | 141.43º | 0.57% | 0.38% | - |
| XYZ | 6.19 | 9.58 | 6.08 | - |
| YUV | 77.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 62 | 0.57 | 0 | 0.37 | 0.62 | 141.43 | 0.4 | 0.27 |
| Hex | 2A | 62 | 3E | 39 | 0 | 25 | 3E | 8D | 28 | 1B |
| Octal | 52 | 142 | 76 | 71 | 0 | 45 | 76 | 215 | 50 | 33 |
| Binary | 101010 | 1100010 | 111110 | 111001 | 0 | 100101 | 111110 | 10001101 | 101000 | 11011 |
Color Harmonies of #2A623E
Complementary color
Monochromatic Colors of #2A623E
Black with #2A623E
Text Example
Text Example
White with #2A623E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A623E; }
p { color: rgb(42,98,62); }
H1.HeaderClassName
{
color: #2A623E;
}
.AnyTagClassName
{
color: #2A623E;
}
</style>
background-color css
<style>
a { background-color: #2A623E; }
a { background-color: rgb(42,98,62); }
div.DivClassName
{
background-color: #2A623E;
}
.BgClassName
{
background-color: #2A623E;
}
</style>
border-color css
<style>
span { border-color: #2A623E; }
span { border-color: rgb(42,98,62); }
td.TdClassName
{
border-color: #2A623E;
}
.TagClassName
{
border-color: #2A623E;
}
</style>