Shades of Green Pea #2B6C48
Tints of Green Pea #2B6C48
RGB
CMYK
RGB Variations
Color information
#2B6C48 (or 0x2B6C48) is known color: Green Pea. HEX triplet: 2B, 6C and 48. RGB value is (43,108,72). Sum of RGB (Red+Green+Blue) = 43+108+72=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #2B6C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6C48 is #D493B7. Grayscale: #545454. Windows color (decimal): -13931448 or 4746283. OLE color: 4746283.
HSL color Cylindrical-coordinate representation of color #2B6C48: hue angle of 146.77º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B6C48 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 108 | 72 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.58 |
| HSL | 146.77º | 0.43% | 0.3% | - |
| HSV(B) | 146.77º | 0.6% | 0.42% | - |
| XYZ | 7.53 | 11.71 | 7.99 | - |
| YUV | 84.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 108 | 72 | 0.60 | 0 | 0.33 | 0.58 | 146.77 | 0.43 | 0.3 |
| Hex | 2B | 6C | 48 | 3C | 0 | 21 | 3A | 93 | 2B | 1E |
| Octal | 53 | 154 | 110 | 74 | 0 | 41 | 72 | 223 | 53 | 36 |
| Binary | 101011 | 1101100 | 1001000 | 111100 | 0 | 100001 | 111010 | 10010011 | 101011 | 11110 |
Color Harmonies of #2B6C48
Complementary color
Monochromatic Colors of #2B6C48
Black with #2B6C48
Text Example
Text Example
White with #2B6C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6C48; }
p { color: rgb(43,108,72); }
H1.HeaderClassName
{
color: #2B6C48;
}
.AnyTagClassName
{
color: #2B6C48;
}
</style>
background-color css
<style>
a { background-color: #2B6C48; }
a { background-color: rgb(43,108,72); }
div.DivClassName
{
background-color: #2B6C48;
}
.BgClassName
{
background-color: #2B6C48;
}
</style>
border-color css
<style>
span { border-color: #2B6C48; }
span { border-color: rgb(43,108,72); }
td.TdClassName
{
border-color: #2B6C48;
}
.TagClassName
{
border-color: #2B6C48;
}
</style>