Shades of Green Pea #2B5E3D
Tints of Green Pea #2B5E3D
RGB
CMYK
RGB Variations
Color information
#2B5E3D (or 0x2B5E3D) is known color: Green Pea. HEX triplet: 2B, 5E and 3D. RGB value is (43,94,61). Sum of RGB (Red+Green+Blue) = 43+94+61=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 94 (37.11% from 255 or 47.47% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 94 - color contains mainly: green. Hex color #2B5E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5E3D is #D4A1C2. Grayscale: #4B4B4B. Windows color (decimal): -13935043 or 4021803. OLE color: 4021803.
HSL color Cylindrical-coordinate representation of color #2B5E3D: hue angle of 141.18º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B5E3D is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
RGB | 43 | 94 | 61 | - |
CMYK | 0.54 | 0 | 0.35 | 0.63 |
HSL | 141.18º | 0.37% | 0.27% | - |
HSV(B) | 141.18º | 0.54% | 0.37% | - |
XYZ | 5.84 | 8.86 | 5.82 | - |
YUV | 74.99 | 120.1 | 105.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 94 | 61 | 0.54 | 0 | 0.35 | 0.63 | 141.18 | 0.37 | 0.27 |
Hex | 2B | 5E | 3D | 36 | 0 | 23 | 3F | 8D | 25 | 1B |
Octal | 53 | 136 | 75 | 66 | 0 | 43 | 77 | 215 | 45 | 33 |
Binary | 101011 | 1011110 | 111101 | 110110 | 0 | 100011 | 111111 | 10001101 | 100101 | 11011 |
Color Harmonies of #2B5E3D
Complementary color
Monochromatic Colors of #2B5E3D
Black with #2B5E3D
Text Example
Text Example
White with #2B5E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5E3D; }
p { color: rgb(43,94,61); }
H1.HeaderClassName
{
color: #2B5E3D;
}
.AnyTagClassName
{
color: #2B5E3D;
}
</style>
background-color css
<style>
a { background-color: #2B5E3D; }
a { background-color: rgb(43,94,61); }
div.DivClassName
{
background-color: #2B5E3D;
}
.BgClassName
{
background-color: #2B5E3D;
}
</style>
border-color css
<style>
span { border-color: #2B5E3D; }
span { border-color: rgb(43,94,61); }
td.TdClassName
{
border-color: #2B5E3D;
}
.TagClassName
{
border-color: #2B5E3D;
}
</style>