Shades of Green Pea #2B5B40
Tints of Green Pea #2B5B40
RGB
CMYK
RGB Variations
Color information
#2B5B40 (or 0x2B5B40) is known color: Green Pea. HEX triplet: 2B, 5B and 40. RGB value is (43,91,64). Sum of RGB (Red+Green+Blue) = 43+91+64=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #2B5B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5B40 is #D4A4BF. Grayscale: #494949. Windows color (decimal): -13935808 or 4217643. OLE color: 4217643.
HSL color Cylindrical-coordinate representation of color #2B5B40: hue angle of 146.25º 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 #2B5B40 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 91 | 64 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.64 |
| HSL | 146.25º | 0.36% | 0.26% | - |
| HSV(B) | 146.25º | 0.53% | 0.36% | - |
| XYZ | 5.66 | 8.37 | 6.17 | - |
| YUV | 73.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 91 | 64 | 0.53 | 0 | 0.30 | 0.64 | 146.25 | 0.36 | 0.26 |
| Hex | 2B | 5B | 40 | 35 | 0 | 1E | 40 | 92 | 24 | 1A |
| Octal | 53 | 133 | 100 | 65 | 0 | 36 | 100 | 222 | 44 | 32 |
| Binary | 101011 | 1011011 | 1000000 | 110101 | 0 | 11110 | 1000000 | 10010010 | 100100 | 11010 |
Color Harmonies of #2B5B40
Complementary color
Monochromatic Colors of #2B5B40
Black with #2B5B40
Text Example
Text Example
White with #2B5B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5B40; }
p { color: rgb(43,91,64); }
H1.HeaderClassName
{
color: #2B5B40;
}
.AnyTagClassName
{
color: #2B5B40;
}
</style>
background-color css
<style>
a { background-color: #2B5B40; }
a { background-color: rgb(43,91,64); }
div.DivClassName
{
background-color: #2B5B40;
}
.BgClassName
{
background-color: #2B5B40;
}
</style>
border-color css
<style>
span { border-color: #2B5B40; }
span { border-color: rgb(43,91,64); }
td.TdClassName
{
border-color: #2B5B40;
}
.TagClassName
{
border-color: #2B5B40;
}
</style>