Shades of Green Pea #2B6241
Tints of Green Pea #2B6241
RGB
CMYK
RGB Variations
Color information
#2B6241 (or 0x2B6241) is known color: Green Pea. HEX triplet: 2B, 62 and 41. RGB value is (43,98,65). Sum of RGB (Red+Green+Blue) = 43+98+65=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6241 is #D49DBE. Grayscale: #4D4D4D. Windows color (decimal): -13934015 or 4284971. OLE color: 4284971.
HSL color Cylindrical-coordinate representation of color #2B6241: hue angle of 144º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B6241 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 98 | 65 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.62 |
| HSL | 144º | 0.39% | 0.28% | - |
| HSV(B) | 144º | 0.56% | 0.38% | - |
| XYZ | 6.32 | 9.63 | 6.53 | - |
| YUV | 77.79 | 120.78 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 98 | 65 | 0.56 | 0 | 0.34 | 0.62 | 144 | 0.39 | 0.28 |
| Hex | 2B | 62 | 41 | 38 | 0 | 22 | 3E | 90 | 27 | 1C |
| Octal | 53 | 142 | 101 | 70 | 0 | 42 | 76 | 220 | 47 | 34 |
| Binary | 101011 | 1100010 | 1000001 | 111000 | 0 | 100010 | 111110 | 10010000 | 100111 | 11100 |
Color Harmonies of #2B6241
Complementary color
Monochromatic Colors of #2B6241
Black with #2B6241
Text Example
Text Example
White with #2B6241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6241; }
p { color: rgb(43,98,65); }
H1.HeaderClassName
{
color: #2B6241;
}
.AnyTagClassName
{
color: #2B6241;
}
</style>
background-color css
<style>
a { background-color: #2B6241; }
a { background-color: rgb(43,98,65); }
div.DivClassName
{
background-color: #2B6241;
}
.BgClassName
{
background-color: #2B6241;
}
</style>
border-color css
<style>
span { border-color: #2B6241; }
span { border-color: rgb(43,98,65); }
td.TdClassName
{
border-color: #2B6241;
}
.TagClassName
{
border-color: #2B6241;
}
</style>