Shades of Green Pea #2B7149
Tints of Green Pea #2B7149
RGB
CMYK
RGB Variations
Color information
#2B7149 (or 0x2B7149) is known color: Green Pea. HEX triplet: 2B, 71 and 49. RGB value is (43,113,73). Sum of RGB (Red+Green+Blue) = 43+113+73=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7149 is #D48EB6. Grayscale: #575757. Windows color (decimal): -13930167 or 4813099. OLE color: 4813099.
HSL color Cylindrical-coordinate representation of color #2B7149: hue angle of 145.71º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7149 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 73 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.56 |
| HSL | 145.71º | 0.45% | 0.31% | - |
| HSV(B) | 145.71º | 0.62% | 0.44% | - |
| XYZ | 8.1 | 12.8 | 8.35 | - |
| YUV | 87.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 73 | 0.62 | 0 | 0.35 | 0.56 | 145.71 | 0.45 | 0.31 |
| Hex | 2B | 71 | 49 | 3E | 0 | 23 | 38 | 92 | 2D | 1F |
| Octal | 53 | 161 | 111 | 76 | 0 | 43 | 70 | 222 | 55 | 37 |
| Binary | 101011 | 1110001 | 1001001 | 111110 | 0 | 100011 | 111000 | 10010010 | 101101 | 11111 |
Color Harmonies of #2B7149
Complementary color
Monochromatic Colors of #2B7149
Black with #2B7149
Text Example
Text Example
White with #2B7149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7149; }
p { color: rgb(43,113,73); }
H1.HeaderClassName
{
color: #2B7149;
}
.AnyTagClassName
{
color: #2B7149;
}
</style>
background-color css
<style>
a { background-color: #2B7149; }
a { background-color: rgb(43,113,73); }
div.DivClassName
{
background-color: #2B7149;
}
.BgClassName
{
background-color: #2B7149;
}
</style>
border-color css
<style>
span { border-color: #2B7149; }
span { border-color: rgb(43,113,73); }
td.TdClassName
{
border-color: #2B7149;
}
.TagClassName
{
border-color: #2B7149;
}
</style>