Shades of Green Pea #2B6544
Tints of Green Pea #2B6544
RGB
CMYK
RGB Variations
Color information
#2B6544 (or 0x2B6544) is known color: Green Pea. HEX triplet: 2B, 65 and 44. RGB value is (43,101,68). Sum of RGB (Red+Green+Blue) = 43+101+68=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #2B6544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6544 is #D49ABB. Grayscale: #4F4F4F. Windows color (decimal): -13933244 or 4482347. OLE color: 4482347.
HSL color Cylindrical-coordinate representation of color #2B6544: hue angle of 145.86º 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 #2B6544 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 68 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.60 |
| HSL | 145.86º | 0.4% | 0.28% | - |
| HSV(B) | 145.86º | 0.57% | 0.4% | - |
| XYZ | 6.69 | 10.24 | 7.09 | - |
| YUV | 79.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 68 | 0.57 | 0 | 0.33 | 0.60 | 145.86 | 0.4 | 0.28 |
| Hex | 2B | 65 | 44 | 39 | 0 | 21 | 3C | 92 | 28 | 1C |
| Octal | 53 | 145 | 104 | 71 | 0 | 41 | 74 | 222 | 50 | 34 |
| Binary | 101011 | 1100101 | 1000100 | 111001 | 0 | 100001 | 111100 | 10010010 | 101000 | 11100 |
Color Harmonies of #2B6544
Complementary color
Monochromatic Colors of #2B6544
Black with #2B6544
Text Example
Text Example
White with #2B6544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6544; }
p { color: rgb(43,101,68); }
H1.HeaderClassName
{
color: #2B6544;
}
.AnyTagClassName
{
color: #2B6544;
}
</style>
background-color css
<style>
a { background-color: #2B6544; }
a { background-color: rgb(43,101,68); }
div.DivClassName
{
background-color: #2B6544;
}
.BgClassName
{
background-color: #2B6544;
}
</style>
border-color css
<style>
span { border-color: #2B6544; }
span { border-color: rgb(43,101,68); }
td.TdClassName
{
border-color: #2B6544;
}
.TagClassName
{
border-color: #2B6544;
}
</style>