Shades of Green Pea #2B6C4C
Tints of Green Pea #2B6C4C
RGB
CMYK
RGB Variations
Color information
#2B6C4C (or 0x2B6C4C) is known color: Green Pea. HEX triplet: 2B, 6C and 4C. RGB value is (43,108,76). Sum of RGB (Red+Green+Blue) = 43+108+76=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 108 - color contains mainly: green. Hex color #2B6C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6C4C is #D493B3. Grayscale: #545454. Windows color (decimal): -13931444 or 5008427. OLE color: 5008427.
HSL color Cylindrical-coordinate representation of color #2B6C4C: hue angle of 150.46º 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 #2B6C4C is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 108 | 76 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.58 |
| HSL | 150.46º | 0.43% | 0.3% | - |
| HSV(B) | 150.46º | 0.6% | 0.42% | - |
| XYZ | 7.66 | 11.76 | 8.7 | - |
| YUV | 84.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 108 | 76 | 0.60 | 0 | 0.30 | 0.58 | 150.46 | 0.43 | 0.3 |
| Hex | 2B | 6C | 4C | 3C | 0 | 1E | 3A | 96 | 2B | 1E |
| Octal | 53 | 154 | 114 | 74 | 0 | 36 | 72 | 226 | 53 | 36 |
| Binary | 101011 | 1101100 | 1001100 | 111100 | 0 | 11110 | 111010 | 10010110 | 101011 | 11110 |
Color Harmonies of #2B6C4C
Complementary color
Monochromatic Colors of #2B6C4C
Black with #2B6C4C
Text Example
Text Example
White with #2B6C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6C4C; }
p { color: rgb(43,108,76); }
H1.HeaderClassName
{
color: #2B6C4C;
}
.AnyTagClassName
{
color: #2B6C4C;
}
</style>
background-color css
<style>
a { background-color: #2B6C4C; }
a { background-color: rgb(43,108,76); }
div.DivClassName
{
background-color: #2B6C4C;
}
.BgClassName
{
background-color: #2B6C4C;
}
</style>
border-color css
<style>
span { border-color: #2B6C4C; }
span { border-color: rgb(43,108,76); }
td.TdClassName
{
border-color: #2B6C4C;
}
.TagClassName
{
border-color: #2B6C4C;
}
</style>