Shades of Green Pea #2D6747
Tints of Green Pea #2D6747
RGB
CMYK
RGB Variations
Color information
#2D6747 (or 0x2D6747) is known color: Green Pea. HEX triplet: 2D, 67 and 47. RGB value is (45,103,71). Sum of RGB (Red+Green+Blue) = 45+103+71=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #2D6747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6747 is #D298B8. Grayscale: #525252. Windows color (decimal): -13801657 or 4679469. OLE color: 4679469.
HSL color Cylindrical-coordinate representation of color #2D6747: hue angle of 146.9º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D6747 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 103 | 71 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.60 |
| HSL | 146.9º | 0.39% | 0.29% | - |
| HSV(B) | 146.9º | 0.56% | 0.4% | - |
| XYZ | 7.07 | 10.71 | 7.66 | - |
| YUV | 82.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 71 | 0.56 | 0 | 0.31 | 0.60 | 146.9 | 0.39 | 0.29 |
| Hex | 2D | 67 | 47 | 38 | 0 | 1F | 3C | 93 | 27 | 1D |
| Octal | 55 | 147 | 107 | 70 | 0 | 37 | 74 | 223 | 47 | 35 |
| Binary | 101101 | 1100111 | 1000111 | 111000 | 0 | 11111 | 111100 | 10010011 | 100111 | 11101 |
Color Harmonies of #2D6747
Complementary color
Monochromatic Colors of #2D6747
Black with #2D6747
Text Example
Text Example
White with #2D6747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6747; }
p { color: rgb(45,103,71); }
H1.HeaderClassName
{
color: #2D6747;
}
.AnyTagClassName
{
color: #2D6747;
}
</style>
background-color css
<style>
a { background-color: #2D6747; }
a { background-color: rgb(45,103,71); }
div.DivClassName
{
background-color: #2D6747;
}
.BgClassName
{
background-color: #2D6747;
}
</style>
border-color css
<style>
span { border-color: #2D6747; }
span { border-color: rgb(45,103,71); }
td.TdClassName
{
border-color: #2D6747;
}
.TagClassName
{
border-color: #2D6747;
}
</style>