Shades of Green Pea #2D6146
Tints of Green Pea #2D6146
RGB
CMYK
RGB Variations
Color information
#2D6146 (or 0x2D6146) is known color: Green Pea. HEX triplet: 2D, 61 and 46. RGB value is (45,97,70). Sum of RGB (Red+Green+Blue) = 45+97+70=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #2D6146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6146 is #D29EB9. Grayscale: #4E4E4E. Windows color (decimal): -13803194 or 4612397. OLE color: 4612397.
HSL color Cylindrical-coordinate representation of color #2D6146: hue angle of 148.85º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D6146 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 70 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.62 |
| HSL | 148.85º | 0.37% | 0.28% | - |
| HSV(B) | 148.85º | 0.54% | 0.38% | - |
| XYZ | 6.46 | 9.55 | 7.3 | - |
| YUV | 78.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 70 | 0.54 | 0 | 0.28 | 0.62 | 148.85 | 0.37 | 0.28 |
| Hex | 2D | 61 | 46 | 36 | 0 | 1C | 3E | 95 | 25 | 1C |
| Octal | 55 | 141 | 106 | 66 | 0 | 34 | 76 | 225 | 45 | 34 |
| Binary | 101101 | 1100001 | 1000110 | 110110 | 0 | 11100 | 111110 | 10010101 | 100101 | 11100 |
Color Harmonies of #2D6146
Complementary color
Monochromatic Colors of #2D6146
Black with #2D6146
Text Example
Text Example
White with #2D6146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6146; }
p { color: rgb(45,97,70); }
H1.HeaderClassName
{
color: #2D6146;
}
.AnyTagClassName
{
color: #2D6146;
}
</style>
background-color css
<style>
a { background-color: #2D6146; }
a { background-color: rgb(45,97,70); }
div.DivClassName
{
background-color: #2D6146;
}
.BgClassName
{
background-color: #2D6146;
}
</style>
border-color css
<style>
span { border-color: #2D6146; }
span { border-color: rgb(45,97,70); }
td.TdClassName
{
border-color: #2D6146;
}
.TagClassName
{
border-color: #2D6146;
}
</style>