Shades of Green Pea #2B6841
Tints of Green Pea #2B6841
RGB
CMYK
RGB Variations
Color information
#2B6841 (or 0x2B6841) is known color: Green Pea. HEX triplet: 2B, 68 and 41. RGB value is (43,104,65). Sum of RGB (Red+Green+Blue) = 43+104+65=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6841 is #D497BE. Grayscale: #515151. Windows color (decimal): -13932479 or 4286507. OLE color: 4286507.
HSL color Cylindrical-coordinate representation of color #2B6841: hue angle of 141.64º degrees, saturation: 0.41, 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 #2B6841 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 104 | 65 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.59 |
| HSL | 141.64º | 0.41% | 0.29% | - |
| HSV(B) | 141.64º | 0.59% | 0.41% | - |
| XYZ | 6.9 | 10.8 | 6.72 | - |
| YUV | 81.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 65 | 0.59 | 0 | 0.38 | 0.59 | 141.64 | 0.41 | 0.29 |
| Hex | 2B | 68 | 41 | 3B | 0 | 26 | 3B | 8E | 29 | 1D |
| Octal | 53 | 150 | 101 | 73 | 0 | 46 | 73 | 216 | 51 | 35 |
| Binary | 101011 | 1101000 | 1000001 | 111011 | 0 | 100110 | 111011 | 10001110 | 101001 | 11101 |
Color Harmonies of #2B6841
Complementary color
Monochromatic Colors of #2B6841
Black with #2B6841
Text Example
Text Example
White with #2B6841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6841; }
p { color: rgb(43,104,65); }
H1.HeaderClassName
{
color: #2B6841;
}
.AnyTagClassName
{
color: #2B6841;
}
</style>
background-color css
<style>
a { background-color: #2B6841; }
a { background-color: rgb(43,104,65); }
div.DivClassName
{
background-color: #2B6841;
}
.BgClassName
{
background-color: #2B6841;
}
</style>
border-color css
<style>
span { border-color: #2B6841; }
span { border-color: rgb(43,104,65); }
td.TdClassName
{
border-color: #2B6841;
}
.TagClassName
{
border-color: #2B6841;
}
</style>