Shades of Green Pea #2B573F
Tints of Green Pea #2B573F
RGB
CMYK
RGB Variations
Color information
#2B573F (or 0x2B573F) is known color: Green Pea. HEX triplet: 2B, 57 and 3F. RGB value is (43,87,63). Sum of RGB (Red+Green+Blue) = 43+87+63=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #2B573F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B573F is #D4A8C0. Grayscale: #474747. Windows color (decimal): -13936833 or 4151083. OLE color: 4151083.
HSL color Cylindrical-coordinate representation of color #2B573F: hue angle of 147.27º 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 #2B573F is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 87 | 63 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.66 |
| HSL | 147.27º | 0.34% | 0.25% | - |
| HSV(B) | 147.27º | 0.51% | 0.34% | - |
| XYZ | 5.3 | 7.69 | 5.91 | - |
| YUV | 71.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 87 | 63 | 0.51 | 0 | 0.28 | 0.66 | 147.27 | 0.34 | 0.25 |
| Hex | 2B | 57 | 3F | 33 | 0 | 1C | 42 | 93 | 22 | 19 |
| Octal | 53 | 127 | 77 | 63 | 0 | 34 | 102 | 223 | 42 | 31 |
| Binary | 101011 | 1010111 | 111111 | 110011 | 0 | 11100 | 1000010 | 10010011 | 100010 | 11001 |
Color Harmonies of #2B573F
Complementary color
Monochromatic Colors of #2B573F
Black with #2B573F
Text Example
Text Example
White with #2B573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B573F; }
p { color: rgb(43,87,63); }
H1.HeaderClassName
{
color: #2B573F;
}
.AnyTagClassName
{
color: #2B573F;
}
</style>
background-color css
<style>
a { background-color: #2B573F; }
a { background-color: rgb(43,87,63); }
div.DivClassName
{
background-color: #2B573F;
}
.BgClassName
{
background-color: #2B573F;
}
</style>
border-color css
<style>
span { border-color: #2B573F; }
span { border-color: rgb(43,87,63); }
td.TdClassName
{
border-color: #2B573F;
}
.TagClassName
{
border-color: #2B573F;
}
</style>