Shades of Green Pea #2B7346
Tints of Green Pea #2B7346
RGB
CMYK
RGB Variations
Color information
#2B7346 (or 0x2B7346) is known color: Green Pea. HEX triplet: 2B, 73 and 46. RGB value is (43,115,70). Sum of RGB (Red+Green+Blue) = 43+115+70=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7346 is #D48CB9. Grayscale: #585858. Windows color (decimal): -13929658 or 4617003. OLE color: 4617003.
HSL color Cylindrical-coordinate representation of color #2B7346: hue angle of 142.5º 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 #2B7346 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 70 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.55 |
| HSL | 142.5º | 0.46% | 0.31% | - |
| HSV(B) | 142.5º | 0.63% | 0.45% | - |
| XYZ | 8.23 | 13.22 | 7.91 | - |
| YUV | 88.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 70 | 0.63 | 0 | 0.39 | 0.55 | 142.5 | 0.46 | 0.31 |
| Hex | 2B | 73 | 46 | 3F | 0 | 27 | 37 | 8E | 2E | 1F |
| Octal | 53 | 163 | 106 | 77 | 0 | 47 | 67 | 216 | 56 | 37 |
| Binary | 101011 | 1110011 | 1000110 | 111111 | 0 | 100111 | 110111 | 10001110 | 101110 | 11111 |
Color Harmonies of #2B7346
Complementary color
Monochromatic Colors of #2B7346
Black with #2B7346
Text Example
Text Example
White with #2B7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7346; }
p { color: rgb(43,115,70); }
H1.HeaderClassName
{
color: #2B7346;
}
.AnyTagClassName
{
color: #2B7346;
}
</style>
background-color css
<style>
a { background-color: #2B7346; }
a { background-color: rgb(43,115,70); }
div.DivClassName
{
background-color: #2B7346;
}
.BgClassName
{
background-color: #2B7346;
}
</style>
border-color css
<style>
span { border-color: #2B7346; }
span { border-color: rgb(43,115,70); }
td.TdClassName
{
border-color: #2B7346;
}
.TagClassName
{
border-color: #2B7346;
}
</style>