Shades of Green Pea #2B5D3D
Tints of Green Pea #2B5D3D
RGB
CMYK
RGB Variations
Color information
#2B5D3D (or 0x2B5D3D) is known color: Green Pea. HEX triplet: 2B, 5D and 3D. RGB value is (43,93,61). Sum of RGB (Red+Green+Blue) = 43+93+61=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #2B5D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5D3D is #D4A2C2. Grayscale: #4A4A4A. Windows color (decimal): -13935299 or 4021547. OLE color: 4021547.
HSL color Cylindrical-coordinate representation of color #2B5D3D: hue angle of 141.6º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B5D3D is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 93 | 61 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.64 |
| HSL | 141.6º | 0.37% | 0.27% | - |
| HSV(B) | 141.6º | 0.54% | 0.36% | - |
| XYZ | 5.75 | 8.68 | 5.79 | - |
| YUV | 74.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 93 | 61 | 0.54 | 0 | 0.34 | 0.64 | 141.6 | 0.37 | 0.27 |
| Hex | 2B | 5D | 3D | 36 | 0 | 22 | 40 | 8E | 25 | 1B |
| Octal | 53 | 135 | 75 | 66 | 0 | 42 | 100 | 216 | 45 | 33 |
| Binary | 101011 | 1011101 | 111101 | 110110 | 0 | 100010 | 1000000 | 10001110 | 100101 | 11011 |
Color Harmonies of #2B5D3D
Complementary color
Monochromatic Colors of #2B5D3D
Black with #2B5D3D
Text Example
Text Example
White with #2B5D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5D3D; }
p { color: rgb(43,93,61); }
H1.HeaderClassName
{
color: #2B5D3D;
}
.AnyTagClassName
{
color: #2B5D3D;
}
</style>
background-color css
<style>
a { background-color: #2B5D3D; }
a { background-color: rgb(43,93,61); }
div.DivClassName
{
background-color: #2B5D3D;
}
.BgClassName
{
background-color: #2B5D3D;
}
</style>
border-color css
<style>
span { border-color: #2B5D3D; }
span { border-color: rgb(43,93,61); }
td.TdClassName
{
border-color: #2B5D3D;
}
.TagClassName
{
border-color: #2B5D3D;
}
</style>