Shades of Green Pea #2B5C47
Tints of Green Pea #2B5C47
RGB
CMYK
RGB Variations
Color information
#2B5C47 (or 0x2B5C47) is known color: Green Pea. HEX triplet: 2B, 5C and 47. RGB value is (43,92,71). Sum of RGB (Red+Green+Blue) = 43+92+71=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C47 is #D4A3B8. Grayscale: #4A4A4A. Windows color (decimal): -13935545 or 4676651. OLE color: 4676651.
HSL color Cylindrical-coordinate representation of color #2B5C47: hue angle of 154.29º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5C47 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 92 | 71 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.64 |
| HSL | 154.29º | 0.36% | 0.26% | - |
| HSV(B) | 154.29º | 0.53% | 0.36% | - |
| XYZ | 5.96 | 8.62 | 7.31 | - |
| YUV | 74.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 71 | 0.53 | 0 | 0.23 | 0.64 | 154.29 | 0.36 | 0.26 |
| Hex | 2B | 5C | 47 | 35 | 0 | 17 | 40 | 9A | 24 | 1A |
| Octal | 53 | 134 | 107 | 65 | 0 | 27 | 100 | 232 | 44 | 32 |
| Binary | 101011 | 1011100 | 1000111 | 110101 | 0 | 10111 | 1000000 | 10011010 | 100100 | 11010 |
Color Harmonies of #2B5C47
Complementary color
Monochromatic Colors of #2B5C47
Black with #2B5C47
Text Example
Text Example
White with #2B5C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C47; }
p { color: rgb(43,92,71); }
H1.HeaderClassName
{
color: #2B5C47;
}
.AnyTagClassName
{
color: #2B5C47;
}
</style>
background-color css
<style>
a { background-color: #2B5C47; }
a { background-color: rgb(43,92,71); }
div.DivClassName
{
background-color: #2B5C47;
}
.BgClassName
{
background-color: #2B5C47;
}
</style>
border-color css
<style>
span { border-color: #2B5C47; }
span { border-color: rgb(43,92,71); }
td.TdClassName
{
border-color: #2B5C47;
}
.TagClassName
{
border-color: #2B5C47;
}
</style>