Shades of Green Pea #2B6546
Tints of Green Pea #2B6546
RGB
CMYK
RGB Variations
Color information
#2B6546 (or 0x2B6546) is known color: Green Pea. HEX triplet: 2B, 65 and 46. RGB value is (43,101,70). Sum of RGB (Red+Green+Blue) = 43+101+70=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #2B6546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6546 is #D49AB9. Grayscale: #505050. Windows color (decimal): -13933242 or 4613419. OLE color: 4613419.
HSL color Cylindrical-coordinate representation of color #2B6546: hue angle of 147.93º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6546 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 70 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.60 |
| HSL | 147.93º | 0.4% | 0.28% | - |
| HSV(B) | 147.93º | 0.57% | 0.4% | - |
| XYZ | 6.76 | 10.26 | 7.42 | - |
| YUV | 80.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 70 | 0.57 | 0 | 0.31 | 0.60 | 147.93 | 0.4 | 0.28 |
| Hex | 2B | 65 | 46 | 39 | 0 | 1F | 3C | 94 | 28 | 1C |
| Octal | 53 | 145 | 106 | 71 | 0 | 37 | 74 | 224 | 50 | 34 |
| Binary | 101011 | 1100101 | 1000110 | 111001 | 0 | 11111 | 111100 | 10010100 | 101000 | 11100 |
Color Harmonies of #2B6546
Complementary color
Monochromatic Colors of #2B6546
Black with #2B6546
Text Example
Text Example
White with #2B6546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6546; }
p { color: rgb(43,101,70); }
H1.HeaderClassName
{
color: #2B6546;
}
.AnyTagClassName
{
color: #2B6546;
}
</style>
background-color css
<style>
a { background-color: #2B6546; }
a { background-color: rgb(43,101,70); }
div.DivClassName
{
background-color: #2B6546;
}
.BgClassName
{
background-color: #2B6546;
}
</style>
border-color css
<style>
span { border-color: #2B6546; }
span { border-color: rgb(43,101,70); }
td.TdClassName
{
border-color: #2B6546;
}
.TagClassName
{
border-color: #2B6546;
}
</style>