Shades of Green Pea #2B6A46
Tints of Green Pea #2B6A46
RGB
CMYK
RGB Variations
Color information
#2B6A46 (or 0x2B6A46) is known color: Green Pea. HEX triplet: 2B, 6A and 46. RGB value is (43,106,70). Sum of RGB (Red+Green+Blue) = 43+106+70=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6A46 is #D495B9. Grayscale: #535353. Windows color (decimal): -13931962 or 4614699. OLE color: 4614699.
HSL color Cylindrical-coordinate representation of color #2B6A46: hue angle of 145.71º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6A46 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 106 | 70 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.58 |
| HSL | 145.71º | 0.42% | 0.29% | - |
| HSV(B) | 145.71º | 0.59% | 0.42% | - |
| XYZ | 7.26 | 11.26 | 7.59 | - |
| YUV | 83.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 106 | 70 | 0.59 | 0 | 0.34 | 0.58 | 145.71 | 0.42 | 0.29 |
| Hex | 2B | 6A | 46 | 3B | 0 | 22 | 3A | 92 | 2A | 1D |
| Octal | 53 | 152 | 106 | 73 | 0 | 42 | 72 | 222 | 52 | 35 |
| Binary | 101011 | 1101010 | 1000110 | 111011 | 0 | 100010 | 111010 | 10010010 | 101010 | 11101 |
Color Harmonies of #2B6A46
Complementary color
Monochromatic Colors of #2B6A46
Black with #2B6A46
Text Example
Text Example
White with #2B6A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6A46; }
p { color: rgb(43,106,70); }
H1.HeaderClassName
{
color: #2B6A46;
}
.AnyTagClassName
{
color: #2B6A46;
}
</style>
background-color css
<style>
a { background-color: #2B6A46; }
a { background-color: rgb(43,106,70); }
div.DivClassName
{
background-color: #2B6A46;
}
.BgClassName
{
background-color: #2B6A46;
}
</style>
border-color css
<style>
span { border-color: #2B6A46; }
span { border-color: rgb(43,106,70); }
td.TdClassName
{
border-color: #2B6A46;
}
.TagClassName
{
border-color: #2B6A46;
}
</style>