Shades of Green Pea #2B6A4C
Tints of Green Pea #2B6A4C
RGB
CMYK
RGB Variations
Color information
#2B6A4C (or 0x2B6A4C) is known color: Green Pea. HEX triplet: 2B, 6A and 4C. RGB value is (43,106,76). Sum of RGB (Red+Green+Blue) = 43+106+76=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6A4C is #D495B3. Grayscale: #535353. Windows color (decimal): -13931956 or 5007915. OLE color: 5007915.
HSL color Cylindrical-coordinate representation of color #2B6A4C: hue angle of 151.43º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6A4C is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 106 | 76 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.58 |
| HSL | 151.43º | 0.42% | 0.29% | - |
| HSV(B) | 151.43º | 0.59% | 0.42% | - |
| XYZ | 7.45 | 11.34 | 8.63 | - |
| YUV | 83.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 106 | 76 | 0.59 | 0 | 0.28 | 0.58 | 151.43 | 0.42 | 0.29 |
| Hex | 2B | 6A | 4C | 3B | 0 | 1C | 3A | 97 | 2A | 1D |
| Octal | 53 | 152 | 114 | 73 | 0 | 34 | 72 | 227 | 52 | 35 |
| Binary | 101011 | 1101010 | 1001100 | 111011 | 0 | 11100 | 111010 | 10010111 | 101010 | 11101 |
Color Harmonies of #2B6A4C
Complementary color
Monochromatic Colors of #2B6A4C
Black with #2B6A4C
Text Example
Text Example
White with #2B6A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6A4C; }
p { color: rgb(43,106,76); }
H1.HeaderClassName
{
color: #2B6A4C;
}
.AnyTagClassName
{
color: #2B6A4C;
}
</style>
background-color css
<style>
a { background-color: #2B6A4C; }
a { background-color: rgb(43,106,76); }
div.DivClassName
{
background-color: #2B6A4C;
}
.BgClassName
{
background-color: #2B6A4C;
}
</style>
border-color css
<style>
span { border-color: #2B6A4C; }
span { border-color: rgb(43,106,76); }
td.TdClassName
{
border-color: #2B6A4C;
}
.TagClassName
{
border-color: #2B6A4C;
}
</style>