Shades of Green Pea #2A7244
Tints of Green Pea #2A7244
RGB
CMYK
RGB Variations
Color information
#2A7244 (or 0x2A7244) is known color: Green Pea. HEX triplet: 2A, 72 and 44. RGB value is (42,114,68). Sum of RGB (Red+Green+Blue) = 42+114+68=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7244 is #D58DBB. Grayscale: #575757. Windows color (decimal): -13995452 or 4485674. OLE color: 4485674.
HSL color Cylindrical-coordinate representation of color #2A7244: hue angle of 141.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A7244 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 68 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.55 |
| HSL | 141.67º | 0.46% | 0.31% | - |
| HSV(B) | 141.67º | 0.63% | 0.45% | - |
| XYZ | 8.02 | 12.94 | 7.54 | - |
| YUV | 87.23 | 117.15 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 68 | 0.63 | 0 | 0.40 | 0.55 | 141.67 | 0.46 | 0.31 |
| Hex | 2A | 72 | 44 | 3F | 0 | 28 | 37 | 8E | 2E | 1F |
| Octal | 52 | 162 | 104 | 77 | 0 | 50 | 67 | 216 | 56 | 37 |
| Binary | 101010 | 1110010 | 1000100 | 111111 | 0 | 101000 | 110111 | 10001110 | 101110 | 11111 |
Color Harmonies of #2A7244
Complementary color
Monochromatic Colors of #2A7244
Black with #2A7244
Text Example
Text Example
White with #2A7244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7244; }
p { color: rgb(42,114,68); }
H1.HeaderClassName
{
color: #2A7244;
}
.AnyTagClassName
{
color: #2A7244;
}
</style>
background-color css
<style>
a { background-color: #2A7244; }
a { background-color: rgb(42,114,68); }
div.DivClassName
{
background-color: #2A7244;
}
.BgClassName
{
background-color: #2A7244;
}
</style>
border-color css
<style>
span { border-color: #2A7244; }
span { border-color: rgb(42,114,68); }
td.TdClassName
{
border-color: #2A7244;
}
.TagClassName
{
border-color: #2A7244;
}
</style>