Shades of Green Pea #2D6745
Tints of Green Pea #2D6745
RGB
CMYK
RGB Variations
Color information
#2D6745 (or 0x2D6745) is known color: Green Pea. HEX triplet: 2D, 67 and 45. RGB value is (45,103,69). Sum of RGB (Red+Green+Blue) = 45+103+69=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #2D6745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6745 is #D298BA. Grayscale: #515151. Windows color (decimal): -13801659 or 4548397. OLE color: 4548397.
HSL color Cylindrical-coordinate representation of color #2D6745: hue angle of 144.83º 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 #2D6745 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 103 | 69 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.60 |
| HSL | 144.83º | 0.39% | 0.29% | - |
| HSV(B) | 144.83º | 0.56% | 0.4% | - |
| XYZ | 7.01 | 10.69 | 7.32 | - |
| YUV | 81.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 69 | 0.56 | 0 | 0.33 | 0.60 | 144.83 | 0.39 | 0.29 |
| Hex | 2D | 67 | 45 | 38 | 0 | 21 | 3C | 91 | 27 | 1D |
| Octal | 55 | 147 | 105 | 70 | 0 | 41 | 74 | 221 | 47 | 35 |
| Binary | 101101 | 1100111 | 1000101 | 111000 | 0 | 100001 | 111100 | 10010001 | 100111 | 11101 |
Color Harmonies of #2D6745
Complementary color
Monochromatic Colors of #2D6745
Black with #2D6745
Text Example
Text Example
White with #2D6745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6745; }
p { color: rgb(45,103,69); }
H1.HeaderClassName
{
color: #2D6745;
}
.AnyTagClassName
{
color: #2D6745;
}
</style>
background-color css
<style>
a { background-color: #2D6745; }
a { background-color: rgb(45,103,69); }
div.DivClassName
{
background-color: #2D6745;
}
.BgClassName
{
background-color: #2D6745;
}
</style>
border-color css
<style>
span { border-color: #2D6745; }
span { border-color: rgb(45,103,69); }
td.TdClassName
{
border-color: #2D6745;
}
.TagClassName
{
border-color: #2D6745;
}
</style>