Shades of Green Pea #2B603D
Tints of Green Pea #2B603D
RGB
CMYK
RGB Variations
Color information
#2B603D (or 0x2B603D) is known color: Green Pea. HEX triplet: 2B, 60 and 3D. RGB value is (43,96,61). Sum of RGB (Red+Green+Blue) = 43+96+61=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #2B603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B603D is #D49FC2. Grayscale: #4C4C4C. Windows color (decimal): -13934531 or 4022315. OLE color: 4022315.
HSL color Cylindrical-coordinate representation of color #2B603D: hue angle of 140.38º 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 #2B603D is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 96 | 61 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.62 |
| HSL | 140.38º | 0.38% | 0.27% | - |
| HSV(B) | 140.38º | 0.55% | 0.38% | - |
| XYZ | 6.02 | 9.22 | 5.88 | - |
| YUV | 76.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 61 | 0.55 | 0 | 0.36 | 0.62 | 140.38 | 0.38 | 0.27 |
| Hex | 2B | 60 | 3D | 37 | 0 | 24 | 3E | 8C | 26 | 1B |
| Octal | 53 | 140 | 75 | 67 | 0 | 44 | 76 | 214 | 46 | 33 |
| Binary | 101011 | 1100000 | 111101 | 110111 | 0 | 100100 | 111110 | 10001100 | 100110 | 11011 |
Color Harmonies of #2B603D
Complementary color
Monochromatic Colors of #2B603D
Black with #2B603D
Text Example
Text Example
White with #2B603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B603D; }
p { color: rgb(43,96,61); }
H1.HeaderClassName
{
color: #2B603D;
}
.AnyTagClassName
{
color: #2B603D;
}
</style>
background-color css
<style>
a { background-color: #2B603D; }
a { background-color: rgb(43,96,61); }
div.DivClassName
{
background-color: #2B603D;
}
.BgClassName
{
background-color: #2B603D;
}
</style>
border-color css
<style>
span { border-color: #2B603D; }
span { border-color: rgb(43,96,61); }
td.TdClassName
{
border-color: #2B603D;
}
.TagClassName
{
border-color: #2B603D;
}
</style>