Shades of Green Pea #2B593F
Tints of Green Pea #2B593F
RGB
CMYK
RGB Variations
Color information
#2B593F (or 0x2B593F) is known color: Green Pea. HEX triplet: 2B, 59 and 3F. RGB value is (43,89,63). Sum of RGB (Red+Green+Blue) = 43+89+63=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #2B593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B593F is #D4A6C0. Grayscale: #484848. Windows color (decimal): -13936321 or 4151595. OLE color: 4151595.
HSL color Cylindrical-coordinate representation of color #2B593F: hue angle of 146.09º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B593F is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 89 | 63 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.65 |
| HSL | 146.09º | 0.35% | 0.26% | - |
| HSV(B) | 146.09º | 0.52% | 0.35% | - |
| XYZ | 5.47 | 8.02 | 5.96 | - |
| YUV | 72.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 89 | 63 | 0.52 | 0 | 0.29 | 0.65 | 146.09 | 0.35 | 0.26 |
| Hex | 2B | 59 | 3F | 34 | 0 | 1D | 41 | 92 | 23 | 1A |
| Octal | 53 | 131 | 77 | 64 | 0 | 35 | 101 | 222 | 43 | 32 |
| Binary | 101011 | 1011001 | 111111 | 110100 | 0 | 11101 | 1000001 | 10010010 | 100011 | 11010 |
Color Harmonies of #2B593F
Complementary color
Monochromatic Colors of #2B593F
Black with #2B593F
Text Example
Text Example
White with #2B593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B593F; }
p { color: rgb(43,89,63); }
H1.HeaderClassName
{
color: #2B593F;
}
.AnyTagClassName
{
color: #2B593F;
}
</style>
background-color css
<style>
a { background-color: #2B593F; }
a { background-color: rgb(43,89,63); }
div.DivClassName
{
background-color: #2B593F;
}
.BgClassName
{
background-color: #2B593F;
}
</style>
border-color css
<style>
span { border-color: #2B593F; }
span { border-color: rgb(43,89,63); }
td.TdClassName
{
border-color: #2B593F;
}
.TagClassName
{
border-color: #2B593F;
}
</style>