Shades of Green Pea #2D6946
Tints of Green Pea #2D6946
RGB
CMYK
RGB Variations
Color information
#2D6946 (or 0x2D6946) is known color: Green Pea. HEX triplet: 2D, 69 and 46. RGB value is (45,105,70). Sum of RGB (Red+Green+Blue) = 45+105+70=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #2D6946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6946 is #D296B9. Grayscale: #535353. Windows color (decimal): -13801146 or 4614445. OLE color: 4614445.
HSL color Cylindrical-coordinate representation of color #2D6946: hue angle of 145º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D6946 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 105 | 70 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.59 |
| HSL | 145º | 0.4% | 0.29% | - |
| HSV(B) | 145º | 0.57% | 0.41% | - |
| XYZ | 7.24 | 11.1 | 7.56 | - |
| YUV | 83.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 105 | 70 | 0.57 | 0 | 0.33 | 0.59 | 145 | 0.4 | 0.29 |
| Hex | 2D | 69 | 46 | 39 | 0 | 21 | 3B | 91 | 28 | 1D |
| Octal | 55 | 151 | 106 | 71 | 0 | 41 | 73 | 221 | 50 | 35 |
| Binary | 101101 | 1101001 | 1000110 | 111001 | 0 | 100001 | 111011 | 10010001 | 101000 | 11101 |
Color Harmonies of #2D6946
Complementary color
Monochromatic Colors of #2D6946
Black with #2D6946
Text Example
Text Example
White with #2D6946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6946; }
p { color: rgb(45,105,70); }
H1.HeaderClassName
{
color: #2D6946;
}
.AnyTagClassName
{
color: #2D6946;
}
</style>
background-color css
<style>
a { background-color: #2D6946; }
a { background-color: rgb(45,105,70); }
div.DivClassName
{
background-color: #2D6946;
}
.BgClassName
{
background-color: #2D6946;
}
</style>
border-color css
<style>
span { border-color: #2D6946; }
span { border-color: rgb(45,105,70); }
td.TdClassName
{
border-color: #2D6946;
}
.TagClassName
{
border-color: #2D6946;
}
</style>