Shades of Green Pea #2A7045
Tints of Green Pea #2A7045
RGB
CMYK
RGB Variations
Color information
#2A7045 (or 0x2A7045) is known color: Green Pea. HEX triplet: 2A, 70 and 45. RGB value is (42,112,69). Sum of RGB (Red+Green+Blue) = 42+112+69=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7045 is #D58FBA. Grayscale: #565656. Windows color (decimal): -13995963 or 4550698. OLE color: 4550698.
HSL color Cylindrical-coordinate representation of color #2A7045: hue angle of 143.14º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A7045 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 112 | 69 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.56 |
| HSL | 143.14º | 0.45% | 0.3% | - |
| HSV(B) | 143.14º | 0.63% | 0.44% | - |
| XYZ | 7.82 | 12.51 | 7.63 | - |
| YUV | 86.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 69 | 0.62 | 0 | 0.38 | 0.56 | 143.14 | 0.45 | 0.3 |
| Hex | 2A | 70 | 45 | 3E | 0 | 26 | 38 | 8F | 2D | 1E |
| Octal | 52 | 160 | 105 | 76 | 0 | 46 | 70 | 217 | 55 | 36 |
| Binary | 101010 | 1110000 | 1000101 | 111110 | 0 | 100110 | 111000 | 10001111 | 101101 | 11110 |
Color Harmonies of #2A7045
Complementary color
Monochromatic Colors of #2A7045
Black with #2A7045
Text Example
Text Example
White with #2A7045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7045; }
p { color: rgb(42,112,69); }
H1.HeaderClassName
{
color: #2A7045;
}
.AnyTagClassName
{
color: #2A7045;
}
</style>
background-color css
<style>
a { background-color: #2A7045; }
a { background-color: rgb(42,112,69); }
div.DivClassName
{
background-color: #2A7045;
}
.BgClassName
{
background-color: #2A7045;
}
</style>
border-color css
<style>
span { border-color: #2A7045; }
span { border-color: rgb(42,112,69); }
td.TdClassName
{
border-color: #2A7045;
}
.TagClassName
{
border-color: #2A7045;
}
</style>