Shades of Green Pea #2B5D40
Tints of Green Pea #2B5D40
RGB
CMYK
RGB Variations
Color information
#2B5D40 (or 0x2B5D40) is known color: Green Pea. HEX triplet: 2B, 5D and 40. RGB value is (43,93,64). Sum of RGB (Red+Green+Blue) = 43+93+64=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 93 - color contains mainly: green. Hex color #2B5D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5D40 is #D4A2BF. Grayscale: #4A4A4A. Windows color (decimal): -13935296 or 4218155. OLE color: 4218155.
HSL color Cylindrical-coordinate representation of color #2B5D40: hue angle of 145.2º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B5D40 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
RGB | 43 | 93 | 64 | - |
CMYK | 0.54 | 0 | 0.31 | 0.64 |
HSL | 145.2º | 0.37% | 0.27% | - |
HSV(B) | 145.2º | 0.54% | 0.36% | - |
XYZ | 5.84 | 8.71 | 6.22 | - |
YUV | 74.74 | 121.94 | 105.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 93 | 64 | 0.54 | 0 | 0.31 | 0.64 | 145.2 | 0.37 | 0.27 |
Hex | 2B | 5D | 40 | 36 | 0 | 1F | 40 | 91 | 25 | 1B |
Octal | 53 | 135 | 100 | 66 | 0 | 37 | 100 | 221 | 45 | 33 |
Binary | 101011 | 1011101 | 1000000 | 110110 | 0 | 11111 | 1000000 | 10010001 | 100101 | 11011 |
Color Harmonies of #2B5D40
Complementary color
Monochromatic Colors of #2B5D40
Black with #2B5D40
Text Example
Text Example
White with #2B5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5D40; }
p { color: rgb(43,93,64); }
H1.HeaderClassName
{
color: #2B5D40;
}
.AnyTagClassName
{
color: #2B5D40;
}
</style>
background-color css
<style>
a { background-color: #2B5D40; }
a { background-color: rgb(43,93,64); }
div.DivClassName
{
background-color: #2B5D40;
}
.BgClassName
{
background-color: #2B5D40;
}
</style>
border-color css
<style>
span { border-color: #2B5D40; }
span { border-color: rgb(43,93,64); }
td.TdClassName
{
border-color: #2B5D40;
}
.TagClassName
{
border-color: #2B5D40;
}
</style>