Shades of Green Pea #2B613D
Tints of Green Pea #2B613D
RGB
CMYK
RGB Variations
Color information
#2B613D (or 0x2B613D) is known color: Green Pea. HEX triplet: 2B, 61 and 3D. RGB value is (43,97,61). Sum of RGB (Red+Green+Blue) = 43+97+61=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #2B613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B613D is #D49EC2. Grayscale: #4C4C4C. Windows color (decimal): -13934275 or 4022571. OLE color: 4022571.
HSL color Cylindrical-coordinate representation of color #2B613D: hue angle of 140º 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 #2B613D is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 97 | 61 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.62 |
| HSL | 140º | 0.39% | 0.27% | - |
| HSV(B) | 140º | 0.56% | 0.38% | - |
| XYZ | 6.11 | 9.4 | 5.91 | - |
| YUV | 76.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 61 | 0.56 | 0 | 0.37 | 0.62 | 140 | 0.39 | 0.27 |
| Hex | 2B | 61 | 3D | 38 | 0 | 25 | 3E | 8C | 27 | 1B |
| Octal | 53 | 141 | 75 | 70 | 0 | 45 | 76 | 214 | 47 | 33 |
| Binary | 101011 | 1100001 | 111101 | 111000 | 0 | 100101 | 111110 | 10001100 | 100111 | 11011 |
Color Harmonies of #2B613D
Complementary color
Monochromatic Colors of #2B613D
Black with #2B613D
Text Example
Text Example
White with #2B613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B613D; }
p { color: rgb(43,97,61); }
H1.HeaderClassName
{
color: #2B613D;
}
.AnyTagClassName
{
color: #2B613D;
}
</style>
background-color css
<style>
a { background-color: #2B613D; }
a { background-color: rgb(43,97,61); }
div.DivClassName
{
background-color: #2B613D;
}
.BgClassName
{
background-color: #2B613D;
}
</style>
border-color css
<style>
span { border-color: #2B613D; }
span { border-color: rgb(43,97,61); }
td.TdClassName
{
border-color: #2B613D;
}
.TagClassName
{
border-color: #2B613D;
}
</style>