Shades of Green Pea #2B7049
Tints of Green Pea #2B7049
RGB
CMYK
RGB Variations
Color information
#2B7049 (or 0x2B7049) is known color: Green Pea. HEX triplet: 2B, 70 and 49. RGB value is (43,112,73). Sum of RGB (Red+Green+Blue) = 43+112+73=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #2B7049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7049 is #D48FB6. Grayscale: #575757. Windows color (decimal): -13930423 or 4812843. OLE color: 4812843.
HSL color Cylindrical-coordinate representation of color #2B7049: hue angle of 146.09º 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 #2B7049 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 112 | 73 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.56 |
| HSL | 146.09º | 0.45% | 0.3% | - |
| HSV(B) | 146.09º | 0.62% | 0.44% | - |
| XYZ | 7.99 | 12.58 | 8.31 | - |
| YUV | 86.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 73 | 0.62 | 0 | 0.35 | 0.56 | 146.09 | 0.45 | 0.3 |
| Hex | 2B | 70 | 49 | 3E | 0 | 23 | 38 | 92 | 2D | 1E |
| Octal | 53 | 160 | 111 | 76 | 0 | 43 | 70 | 222 | 55 | 36 |
| Binary | 101011 | 1110000 | 1001001 | 111110 | 0 | 100011 | 111000 | 10010010 | 101101 | 11110 |
Color Harmonies of #2B7049
Complementary color
Monochromatic Colors of #2B7049
Black with #2B7049
Text Example
Text Example
White with #2B7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7049; }
p { color: rgb(43,112,73); }
H1.HeaderClassName
{
color: #2B7049;
}
.AnyTagClassName
{
color: #2B7049;
}
</style>
background-color css
<style>
a { background-color: #2B7049; }
a { background-color: rgb(43,112,73); }
div.DivClassName
{
background-color: #2B7049;
}
.BgClassName
{
background-color: #2B7049;
}
</style>
border-color css
<style>
span { border-color: #2B7049; }
span { border-color: rgb(43,112,73); }
td.TdClassName
{
border-color: #2B7049;
}
.TagClassName
{
border-color: #2B7049;
}
</style>