Shades of Green Pea #2B6749
Tints of Green Pea #2B6749
RGB
CMYK
RGB Variations
Color information
#2B6749 (or 0x2B6749) is known color: Green Pea. HEX triplet: 2B, 67 and 49. RGB value is (43,103,73). Sum of RGB (Red+Green+Blue) = 43+103+73=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #2B6749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6749 is #D498B6. Grayscale: #515151. Windows color (decimal): -13932727 or 4810539. OLE color: 4810539.
HSL color Cylindrical-coordinate representation of color #2B6749: hue angle of 150º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B6749 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 103 | 73 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.60 |
| HSL | 150º | 0.41% | 0.29% | - |
| HSV(B) | 150º | 0.58% | 0.4% | - |
| XYZ | 7.05 | 10.7 | 8 | - |
| YUV | 81.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 73 | 0.58 | 0 | 0.29 | 0.60 | 150 | 0.41 | 0.29 |
| Hex | 2B | 67 | 49 | 3A | 0 | 1D | 3C | 96 | 29 | 1D |
| Octal | 53 | 147 | 111 | 72 | 0 | 35 | 74 | 226 | 51 | 35 |
| Binary | 101011 | 1100111 | 1001001 | 111010 | 0 | 11101 | 111100 | 10010110 | 101001 | 11101 |
Color Harmonies of #2B6749
Complementary color
Monochromatic Colors of #2B6749
Black with #2B6749
Text Example
Text Example
White with #2B6749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6749; }
p { color: rgb(43,103,73); }
H1.HeaderClassName
{
color: #2B6749;
}
.AnyTagClassName
{
color: #2B6749;
}
</style>
background-color css
<style>
a { background-color: #2B6749; }
a { background-color: rgb(43,103,73); }
div.DivClassName
{
background-color: #2B6749;
}
.BgClassName
{
background-color: #2B6749;
}
</style>
border-color css
<style>
span { border-color: #2B6749; }
span { border-color: rgb(43,103,73); }
td.TdClassName
{
border-color: #2B6749;
}
.TagClassName
{
border-color: #2B6749;
}
</style>