Shades of Green Pea #2B6543
Tints of Green Pea #2B6543
RGB
CMYK
RGB Variations
Color information
#2B6543 (or 0x2B6543) is known color: Green Pea. HEX triplet: 2B, 65 and 43. RGB value is (43,101,67). Sum of RGB (Red+Green+Blue) = 43+101+67=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #2B6543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6543 is #D49ABC. Grayscale: #4F4F4F. Windows color (decimal): -13933245 or 4416811. OLE color: 4416811.
HSL color Cylindrical-coordinate representation of color #2B6543: hue angle of 144.83º 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 #2B6543 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 67 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.60 |
| HSL | 144.83º | 0.4% | 0.28% | - |
| HSV(B) | 144.83º | 0.57% | 0.4% | - |
| XYZ | 6.66 | 10.23 | 6.93 | - |
| YUV | 79.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 67 | 0.57 | 0 | 0.34 | 0.60 | 144.83 | 0.4 | 0.28 |
| Hex | 2B | 65 | 43 | 39 | 0 | 22 | 3C | 91 | 28 | 1C |
| Octal | 53 | 145 | 103 | 71 | 0 | 42 | 74 | 221 | 50 | 34 |
| Binary | 101011 | 1100101 | 1000011 | 111001 | 0 | 100010 | 111100 | 10010001 | 101000 | 11100 |
Color Harmonies of #2B6543
Complementary color
Monochromatic Colors of #2B6543
Black with #2B6543
Text Example
Text Example
White with #2B6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6543; }
p { color: rgb(43,101,67); }
H1.HeaderClassName
{
color: #2B6543;
}
.AnyTagClassName
{
color: #2B6543;
}
</style>
background-color css
<style>
a { background-color: #2B6543; }
a { background-color: rgb(43,101,67); }
div.DivClassName
{
background-color: #2B6543;
}
.BgClassName
{
background-color: #2B6543;
}
</style>
border-color css
<style>
span { border-color: #2B6543; }
span { border-color: rgb(43,101,67); }
td.TdClassName
{
border-color: #2B6543;
}
.TagClassName
{
border-color: #2B6543;
}
</style>