Shades of Green Pea #2B6640
Tints of Green Pea #2B6640
RGB
CMYK
RGB Variations
Color information
#2B6640 (or 0x2B6640) is known color: Green Pea. HEX triplet: 2B, 66 and 40. RGB value is (43,102,64). Sum of RGB (Red+Green+Blue) = 43+102+64=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #2B6640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6640 is #D499BF. Grayscale: #505050. Windows color (decimal): -13932992 or 4220459. OLE color: 4220459.
HSL color Cylindrical-coordinate representation of color #2B6640: hue angle of 141.36º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B6640 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 102 | 64 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.6 |
| HSL | 141.36º | 0.41% | 0.28% | - |
| HSV(B) | 141.36º | 0.58% | 0.4% | - |
| XYZ | 6.67 | 10.39 | 6.5 | - |
| YUV | 80.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 64 | 0.58 | 0 | 0.37 | 0.6 | 141.36 | 0.41 | 0.28 |
| Hex | 2B | 66 | 40 | 3A | 0 | 25 | 3C | 8D | 29 | 1C |
| Octal | 53 | 146 | 100 | 72 | 0 | 45 | 74 | 215 | 51 | 34 |
| Binary | 101011 | 1100110 | 1000000 | 111010 | 0 | 100101 | 111100 | 10001101 | 101001 | 11100 |
Color Harmonies of #2B6640
Complementary color
Monochromatic Colors of #2B6640
Black with #2B6640
Text Example
Text Example
White with #2B6640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6640; }
p { color: rgb(43,102,64); }
H1.HeaderClassName
{
color: #2B6640;
}
.AnyTagClassName
{
color: #2B6640;
}
</style>
background-color css
<style>
a { background-color: #2B6640; }
a { background-color: rgb(43,102,64); }
div.DivClassName
{
background-color: #2B6640;
}
.BgClassName
{
background-color: #2B6640;
}
</style>
border-color css
<style>
span { border-color: #2B6640; }
span { border-color: rgb(43,102,64); }
td.TdClassName
{
border-color: #2B6640;
}
.TagClassName
{
border-color: #2B6640;
}
</style>