Shades of Green Pea #2B5741
Tints of Green Pea #2B5741
RGB
CMYK
RGB Variations
Color information
#2B5741 (or 0x2B5741) is known color: Green Pea. HEX triplet: 2B, 57 and 41. RGB value is (43,87,65). Sum of RGB (Red+Green+Blue) = 43+87+65=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #2B5741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5741 is #D4A8BE. Grayscale: #474747. Windows color (decimal): -13936831 or 4282155. OLE color: 4282155.
HSL color Cylindrical-coordinate representation of color #2B5741: hue angle of 150º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B5741 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 87 | 65 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.66 |
| HSL | 150º | 0.34% | 0.25% | - |
| HSV(B) | 150º | 0.51% | 0.34% | - |
| XYZ | 5.36 | 7.71 | 6.21 | - |
| YUV | 71.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 87 | 65 | 0.51 | 0 | 0.25 | 0.66 | 150 | 0.34 | 0.25 |
| Hex | 2B | 57 | 41 | 33 | 0 | 19 | 42 | 96 | 22 | 19 |
| Octal | 53 | 127 | 101 | 63 | 0 | 31 | 102 | 226 | 42 | 31 |
| Binary | 101011 | 1010111 | 1000001 | 110011 | 0 | 11001 | 1000010 | 10010110 | 100010 | 11001 |
Color Harmonies of #2B5741
Complementary color
Monochromatic Colors of #2B5741
Black with #2B5741
Text Example
Text Example
White with #2B5741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5741; }
p { color: rgb(43,87,65); }
H1.HeaderClassName
{
color: #2B5741;
}
.AnyTagClassName
{
color: #2B5741;
}
</style>
background-color css
<style>
a { background-color: #2B5741; }
a { background-color: rgb(43,87,65); }
div.DivClassName
{
background-color: #2B5741;
}
.BgClassName
{
background-color: #2B5741;
}
</style>
border-color css
<style>
span { border-color: #2B5741; }
span { border-color: rgb(43,87,65); }
td.TdClassName
{
border-color: #2B5741;
}
.TagClassName
{
border-color: #2B5741;
}
</style>