Shades of Green Pea #2B613E
Tints of Green Pea #2B613E
RGB
CMYK
RGB Variations
Color information
#2B613E (or 0x2B613E) is known color: Green Pea. HEX triplet: 2B, 61 and 3E. RGB value is (43,97,62). Sum of RGB (Red+Green+Blue) = 43+97+62=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #2B613E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B613E is #D49EC1. Grayscale: #4C4C4C. Windows color (decimal): -13934274 or 4088107. OLE color: 4088107.
HSL color Cylindrical-coordinate representation of color #2B613E: hue angle of 141.11º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B613E is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 97 | 62 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.62 |
| HSL | 141.11º | 0.39% | 0.27% | - |
| HSV(B) | 141.11º | 0.56% | 0.38% | - |
| XYZ | 6.14 | 9.41 | 6.05 | - |
| YUV | 76.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 62 | 0.56 | 0 | 0.36 | 0.62 | 141.11 | 0.39 | 0.27 |
| Hex | 2B | 61 | 3E | 38 | 0 | 24 | 3E | 8D | 27 | 1B |
| Octal | 53 | 141 | 76 | 70 | 0 | 44 | 76 | 215 | 47 | 33 |
| Binary | 101011 | 1100001 | 111110 | 111000 | 0 | 100100 | 111110 | 10001101 | 100111 | 11011 |
Color Harmonies of #2B613E
Complementary color
Monochromatic Colors of #2B613E
Black with #2B613E
Text Example
Text Example
White with #2B613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B613E; }
p { color: rgb(43,97,62); }
H1.HeaderClassName
{
color: #2B613E;
}
.AnyTagClassName
{
color: #2B613E;
}
</style>
background-color css
<style>
a { background-color: #2B613E; }
a { background-color: rgb(43,97,62); }
div.DivClassName
{
background-color: #2B613E;
}
.BgClassName
{
background-color: #2B613E;
}
</style>
border-color css
<style>
span { border-color: #2B613E; }
span { border-color: rgb(43,97,62); }
td.TdClassName
{
border-color: #2B613E;
}
.TagClassName
{
border-color: #2B613E;
}
</style>