Shades of Green Pea #2B6540
Tints of Green Pea #2B6540
RGB
CMYK
RGB Variations
Color information
#2B6540 (or 0x2B6540) is known color: Green Pea. HEX triplet: 2B, 65 and 40. RGB value is (43,101,64). Sum of RGB (Red+Green+Blue) = 43+101+64=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #2B6540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6540 is #D49ABF. Grayscale: #4F4F4F. Windows color (decimal): -13933248 or 4220203. OLE color: 4220203.
HSL color Cylindrical-coordinate representation of color #2B6540: hue angle of 141.72º 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 #2B6540 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 64 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.60 |
| HSL | 141.72º | 0.4% | 0.28% | - |
| HSV(B) | 141.72º | 0.57% | 0.4% | - |
| XYZ | 6.58 | 10.19 | 6.47 | - |
| YUV | 79.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 64 | 0.57 | 0 | 0.37 | 0.60 | 141.72 | 0.4 | 0.28 |
| Hex | 2B | 65 | 40 | 39 | 0 | 25 | 3C | 8E | 28 | 1C |
| Octal | 53 | 145 | 100 | 71 | 0 | 45 | 74 | 216 | 50 | 34 |
| Binary | 101011 | 1100101 | 1000000 | 111001 | 0 | 100101 | 111100 | 10001110 | 101000 | 11100 |
Color Harmonies of #2B6540
Complementary color
Monochromatic Colors of #2B6540
Black with #2B6540
Text Example
Text Example
White with #2B6540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6540; }
p { color: rgb(43,101,64); }
H1.HeaderClassName
{
color: #2B6540;
}
.AnyTagClassName
{
color: #2B6540;
}
</style>
background-color css
<style>
a { background-color: #2B6540; }
a { background-color: rgb(43,101,64); }
div.DivClassName
{
background-color: #2B6540;
}
.BgClassName
{
background-color: #2B6540;
}
</style>
border-color css
<style>
span { border-color: #2B6540; }
span { border-color: rgb(43,101,64); }
td.TdClassName
{
border-color: #2B6540;
}
.TagClassName
{
border-color: #2B6540;
}
</style>