Shades of Green Pea #2B6946
Tints of Green Pea #2B6946
RGB
CMYK
RGB Variations
Color information
#2B6946 (or 0x2B6946) is known color: Green Pea. HEX triplet: 2B, 69 and 46. RGB value is (43,105,70). Sum of RGB (Red+Green+Blue) = 43+105+70=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #2B6946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6946 is #D496B9. Grayscale: #525252. Windows color (decimal): -13932218 or 4614443. OLE color: 4614443.
HSL color Cylindrical-coordinate representation of color #2B6946: hue angle of 146.13º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6946 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 105 | 70 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.59 |
| HSL | 146.13º | 0.42% | 0.29% | - |
| HSV(B) | 146.13º | 0.59% | 0.41% | - |
| XYZ | 7.15 | 11.06 | 7.55 | - |
| YUV | 82.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 70 | 0.59 | 0 | 0.33 | 0.59 | 146.13 | 0.42 | 0.29 |
| Hex | 2B | 69 | 46 | 3B | 0 | 21 | 3B | 92 | 2A | 1D |
| Octal | 53 | 151 | 106 | 73 | 0 | 41 | 73 | 222 | 52 | 35 |
| Binary | 101011 | 1101001 | 1000110 | 111011 | 0 | 100001 | 111011 | 10010010 | 101010 | 11101 |
Color Harmonies of #2B6946
Complementary color
Monochromatic Colors of #2B6946
Black with #2B6946
Text Example
Text Example
White with #2B6946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6946; }
p { color: rgb(43,105,70); }
H1.HeaderClassName
{
color: #2B6946;
}
.AnyTagClassName
{
color: #2B6946;
}
</style>
background-color css
<style>
a { background-color: #2B6946; }
a { background-color: rgb(43,105,70); }
div.DivClassName
{
background-color: #2B6946;
}
.BgClassName
{
background-color: #2B6946;
}
</style>
border-color css
<style>
span { border-color: #2B6946; }
span { border-color: rgb(43,105,70); }
td.TdClassName
{
border-color: #2B6946;
}
.TagClassName
{
border-color: #2B6946;
}
</style>