Shades of Green Pea #2B5743
Tints of Green Pea #2B5743
RGB
CMYK
RGB Variations
Color information
#2B5743 (or 0x2B5743) is known color: Green Pea. HEX triplet: 2B, 57 and 43. RGB value is (43,87,67). Sum of RGB (Red+Green+Blue) = 43+87+67=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 87 - color contains mainly: green. Hex color #2B5743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5743 is #D4A8BC. Grayscale: #474747. Windows color (decimal): -13936829 or 4413227. OLE color: 4413227.
HSL color Cylindrical-coordinate representation of color #2B5743: hue angle of 152.73º 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 #2B5743 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 87 | 67 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.66 |
| HSL | 152.73º | 0.34% | 0.25% | - |
| HSV(B) | 152.73º | 0.51% | 0.34% | - |
| XYZ | 5.42 | 7.74 | 6.52 | - |
| YUV | 71.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 87 | 67 | 0.51 | 0 | 0.23 | 0.66 | 152.73 | 0.34 | 0.25 |
| Hex | 2B | 57 | 43 | 33 | 0 | 17 | 42 | 99 | 22 | 19 |
| Octal | 53 | 127 | 103 | 63 | 0 | 27 | 102 | 231 | 42 | 31 |
| Binary | 101011 | 1010111 | 1000011 | 110011 | 0 | 10111 | 1000010 | 10011001 | 100010 | 11001 |
Color Harmonies of #2B5743
Complementary color
Monochromatic Colors of #2B5743
Black with #2B5743
Text Example
Text Example
White with #2B5743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5743; }
p { color: rgb(43,87,67); }
H1.HeaderClassName
{
color: #2B5743;
}
.AnyTagClassName
{
color: #2B5743;
}
</style>
background-color css
<style>
a { background-color: #2B5743; }
a { background-color: rgb(43,87,67); }
div.DivClassName
{
background-color: #2B5743;
}
.BgClassName
{
background-color: #2B5743;
}
</style>
border-color css
<style>
span { border-color: #2B5743; }
span { border-color: rgb(43,87,67); }
td.TdClassName
{
border-color: #2B5743;
}
.TagClassName
{
border-color: #2B5743;
}
</style>