Shades of Green Pea #2D7049
Tints of Green Pea #2D7049
RGB
CMYK
RGB Variations
Color information
#2D7049 (or 0x2D7049) is known color: Green Pea. HEX triplet: 2D, 70 and 49. RGB value is (45,112,73). Sum of RGB (Red+Green+Blue) = 45+112+73=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7049 is #D28FB6. Grayscale: #575757. Windows color (decimal): -13799351 or 4812845. OLE color: 4812845.
HSL color Cylindrical-coordinate representation of color #2D7049: hue angle of 145.07º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D7049 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 73 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.56 |
| HSL | 145.07º | 0.43% | 0.31% | - |
| HSV(B) | 145.07º | 0.6% | 0.44% | - |
| XYZ | 8.08 | 12.63 | 8.31 | - |
| YUV | 87.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 73 | 0.60 | 0 | 0.35 | 0.56 | 145.07 | 0.43 | 0.31 |
| Hex | 2D | 70 | 49 | 3C | 0 | 23 | 38 | 91 | 2B | 1F |
| Octal | 55 | 160 | 111 | 74 | 0 | 43 | 70 | 221 | 53 | 37 |
| Binary | 101101 | 1110000 | 1001001 | 111100 | 0 | 100011 | 111000 | 10010001 | 101011 | 11111 |
Color Harmonies of #2D7049
Complementary color
Monochromatic Colors of #2D7049
Black with #2D7049
Text Example
Text Example
White with #2D7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7049; }
p { color: rgb(45,112,73); }
H1.HeaderClassName
{
color: #2D7049;
}
.AnyTagClassName
{
color: #2D7049;
}
</style>
background-color css
<style>
a { background-color: #2D7049; }
a { background-color: rgb(45,112,73); }
div.DivClassName
{
background-color: #2D7049;
}
.BgClassName
{
background-color: #2D7049;
}
</style>
border-color css
<style>
span { border-color: #2D7049; }
span { border-color: rgb(45,112,73); }
td.TdClassName
{
border-color: #2D7049;
}
.TagClassName
{
border-color: #2D7049;
}
</style>