Shades of Green Pea #2B6340
Tints of Green Pea #2B6340
RGB
CMYK
RGB Variations
Color information
#2B6340 (or 0x2B6340) is known color: Green Pea. HEX triplet: 2B, 63 and 40. RGB value is (43,99,64). Sum of RGB (Red+Green+Blue) = 43+99+64=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #2B6340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6340 is #D49CBF. Grayscale: #4E4E4E. Windows color (decimal): -13933760 or 4219691. OLE color: 4219691.
HSL color Cylindrical-coordinate representation of color #2B6340: hue angle of 142.5º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6340 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 64 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.61 |
| HSL | 142.5º | 0.39% | 0.28% | - |
| HSV(B) | 142.5º | 0.57% | 0.39% | - |
| XYZ | 6.38 | 9.81 | 6.41 | - |
| YUV | 78.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 64 | 0.57 | 0 | 0.35 | 0.61 | 142.5 | 0.39 | 0.28 |
| Hex | 2B | 63 | 40 | 39 | 0 | 23 | 3D | 8E | 27 | 1C |
| Octal | 53 | 143 | 100 | 71 | 0 | 43 | 75 | 216 | 47 | 34 |
| Binary | 101011 | 1100011 | 1000000 | 111001 | 0 | 100011 | 111101 | 10001110 | 100111 | 11100 |
Color Harmonies of #2B6340
Complementary color
Monochromatic Colors of #2B6340
Black with #2B6340
Text Example
Text Example
White with #2B6340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6340; }
p { color: rgb(43,99,64); }
H1.HeaderClassName
{
color: #2B6340;
}
.AnyTagClassName
{
color: #2B6340;
}
</style>
background-color css
<style>
a { background-color: #2B6340; }
a { background-color: rgb(43,99,64); }
div.DivClassName
{
background-color: #2B6340;
}
.BgClassName
{
background-color: #2B6340;
}
</style>
border-color css
<style>
span { border-color: #2B6340; }
span { border-color: rgb(43,99,64); }
td.TdClassName
{
border-color: #2B6340;
}
.TagClassName
{
border-color: #2B6340;
}
</style>