Shades of Green Pea #2B5640
Tints of Green Pea #2B5640
RGB
CMYK
RGB Variations
Color information
#2B5640 (or 0x2B5640) is known color: Green Pea. HEX triplet: 2B, 56 and 40. RGB value is (43,86,64). Sum of RGB (Red+Green+Blue) = 43+86+64=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #2B5640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5640 is #D4A9BF. Grayscale: #464646. Windows color (decimal): -13937088 or 4216363. OLE color: 4216363.
HSL color Cylindrical-coordinate representation of color #2B5640: hue angle of 149.3º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B5640 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 86 | 64 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.66 |
| HSL | 149.3º | 0.33% | 0.25% | - |
| HSV(B) | 149.3º | 0.5% | 0.34% | - |
| XYZ | 5.25 | 7.54 | 6.03 | - |
| YUV | 70.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 64 | 0.50 | 0 | 0.26 | 0.66 | 149.3 | 0.33 | 0.25 |
| Hex | 2B | 56 | 40 | 32 | 0 | 1A | 42 | 95 | 21 | 19 |
| Octal | 53 | 126 | 100 | 62 | 0 | 32 | 102 | 225 | 41 | 31 |
| Binary | 101011 | 1010110 | 1000000 | 110010 | 0 | 11010 | 1000010 | 10010101 | 100001 | 11001 |
Color Harmonies of #2B5640
Complementary color
Monochromatic Colors of #2B5640
Black with #2B5640
Text Example
Text Example
White with #2B5640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5640; }
p { color: rgb(43,86,64); }
H1.HeaderClassName
{
color: #2B5640;
}
.AnyTagClassName
{
color: #2B5640;
}
</style>
background-color css
<style>
a { background-color: #2B5640; }
a { background-color: rgb(43,86,64); }
div.DivClassName
{
background-color: #2B5640;
}
.BgClassName
{
background-color: #2B5640;
}
</style>
border-color css
<style>
span { border-color: #2B5640; }
span { border-color: rgb(43,86,64); }
td.TdClassName
{
border-color: #2B5640;
}
.TagClassName
{
border-color: #2B5640;
}
</style>