Shades of Green Pea #2B603F
Tints of Green Pea #2B603F
RGB
CMYK
RGB Variations
Color information
#2B603F (or 0x2B603F) is known color: Green Pea. HEX triplet: 2B, 60 and 3F. RGB value is (43,96,63). Sum of RGB (Red+Green+Blue) = 43+96+63=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #2B603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B603F is #D49FC0. Grayscale: #4C4C4C. Windows color (decimal): -13934529 or 4153387. OLE color: 4153387.
HSL color Cylindrical-coordinate representation of color #2B603F: hue angle of 142.64º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B603F is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 96 | 63 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.62 |
| HSL | 142.64º | 0.38% | 0.27% | - |
| HSV(B) | 142.64º | 0.55% | 0.38% | - |
| XYZ | 6.08 | 9.24 | 6.17 | - |
| YUV | 76.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 63 | 0.55 | 0 | 0.34 | 0.62 | 142.64 | 0.38 | 0.27 |
| Hex | 2B | 60 | 3F | 37 | 0 | 22 | 3E | 8F | 26 | 1B |
| Octal | 53 | 140 | 77 | 67 | 0 | 42 | 76 | 217 | 46 | 33 |
| Binary | 101011 | 1100000 | 111111 | 110111 | 0 | 100010 | 111110 | 10001111 | 100110 | 11011 |
Color Harmonies of #2B603F
Complementary color
Monochromatic Colors of #2B603F
Black with #2B603F
Text Example
Text Example
White with #2B603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B603F; }
p { color: rgb(43,96,63); }
H1.HeaderClassName
{
color: #2B603F;
}
.AnyTagClassName
{
color: #2B603F;
}
</style>
background-color css
<style>
a { background-color: #2B603F; }
a { background-color: rgb(43,96,63); }
div.DivClassName
{
background-color: #2B603F;
}
.BgClassName
{
background-color: #2B603F;
}
</style>
border-color css
<style>
span { border-color: #2B603F; }
span { border-color: rgb(43,96,63); }
td.TdClassName
{
border-color: #2B603F;
}
.TagClassName
{
border-color: #2B603F;
}
</style>