Shades of Green Pea #2B6843
Tints of Green Pea #2B6843
RGB
CMYK
RGB Variations
Color information
#2B6843 (or 0x2B6843) is known color: Green Pea. HEX triplet: 2B, 68 and 43. RGB value is (43,104,67). Sum of RGB (Red+Green+Blue) = 43+104+67=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6843 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6843 is #D497BC. Grayscale: #515151. Windows color (decimal): -13932477 or 4417579. OLE color: 4417579.
HSL color Cylindrical-coordinate representation of color #2B6843: hue angle of 143.61º 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 #2B6843 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 104 | 67 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.59 |
| HSL | 143.61º | 0.41% | 0.29% | - |
| HSV(B) | 143.61º | 0.59% | 0.41% | - |
| XYZ | 6.96 | 10.82 | 7.03 | - |
| YUV | 81.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 67 | 0.59 | 0 | 0.36 | 0.59 | 143.61 | 0.41 | 0.29 |
| Hex | 2B | 68 | 43 | 3B | 0 | 24 | 3B | 90 | 29 | 1D |
| Octal | 53 | 150 | 103 | 73 | 0 | 44 | 73 | 220 | 51 | 35 |
| Binary | 101011 | 1101000 | 1000011 | 111011 | 0 | 100100 | 111011 | 10010000 | 101001 | 11101 |
Color Harmonies of #2B6843
Complementary color
Monochromatic Colors of #2B6843
Black with #2B6843
Text Example
Text Example
White with #2B6843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6843; }
p { color: rgb(43,104,67); }
H1.HeaderClassName
{
color: #2B6843;
}
.AnyTagClassName
{
color: #2B6843;
}
</style>
background-color css
<style>
a { background-color: #2B6843; }
a { background-color: rgb(43,104,67); }
div.DivClassName
{
background-color: #2B6843;
}
.BgClassName
{
background-color: #2B6843;
}
</style>
border-color css
<style>
span { border-color: #2B6843; }
span { border-color: rgb(43,104,67); }
td.TdClassName
{
border-color: #2B6843;
}
.TagClassName
{
border-color: #2B6843;
}
</style>