Shades of Green Pea #2B6046
Tints of Green Pea #2B6046
RGB
CMYK
RGB Variations
Color information
#2B6046 (or 0x2B6046) is known color: Green Pea. HEX triplet: 2B, 60 and 46. RGB value is (43,96,70). Sum of RGB (Red+Green+Blue) = 43+96+70=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6046 is #D49FB9. Grayscale: #4D4D4D. Windows color (decimal): -13934522 or 4612139. OLE color: 4612139.
HSL color Cylindrical-coordinate representation of color #2B6046: hue angle of 150.57º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B6046 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 96 | 70 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.62 |
| HSL | 150.57º | 0.38% | 0.27% | - |
| HSV(B) | 150.57º | 0.55% | 0.38% | - |
| XYZ | 6.28 | 9.32 | 7.26 | - |
| YUV | 77.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 70 | 0.55 | 0 | 0.27 | 0.62 | 150.57 | 0.38 | 0.27 |
| Hex | 2B | 60 | 46 | 37 | 0 | 1B | 3E | 97 | 26 | 1B |
| Octal | 53 | 140 | 106 | 67 | 0 | 33 | 76 | 227 | 46 | 33 |
| Binary | 101011 | 1100000 | 1000110 | 110111 | 0 | 11011 | 111110 | 10010111 | 100110 | 11011 |
Color Harmonies of #2B6046
Complementary color
Monochromatic Colors of #2B6046
Black with #2B6046
Text Example
Text Example
White with #2B6046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6046; }
p { color: rgb(43,96,70); }
H1.HeaderClassName
{
color: #2B6046;
}
.AnyTagClassName
{
color: #2B6046;
}
</style>
background-color css
<style>
a { background-color: #2B6046; }
a { background-color: rgb(43,96,70); }
div.DivClassName
{
background-color: #2B6046;
}
.BgClassName
{
background-color: #2B6046;
}
</style>
border-color css
<style>
span { border-color: #2B6046; }
span { border-color: rgb(43,96,70); }
td.TdClassName
{
border-color: #2B6046;
}
.TagClassName
{
border-color: #2B6046;
}
</style>