Shades of Green Pea #2D6246
Tints of Green Pea #2D6246
RGB
CMYK
RGB Variations
Color information
#2D6246 (or 0x2D6246) is known color: Green Pea. HEX triplet: 2D, 62 and 46. RGB value is (45,98,70). Sum of RGB (Red+Green+Blue) = 45+98+70=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6246 is #D29DB9. Grayscale: #4F4F4F. Windows color (decimal): -13802938 or 4612653. OLE color: 4612653.
HSL color Cylindrical-coordinate representation of color #2D6246: hue angle of 148.3º 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 #2D6246 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 98 | 70 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.62 |
| HSL | 148.3º | 0.37% | 0.28% | - |
| HSV(B) | 148.3º | 0.54% | 0.38% | - |
| XYZ | 6.56 | 9.74 | 7.33 | - |
| YUV | 78.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 70 | 0.54 | 0 | 0.29 | 0.62 | 148.3 | 0.37 | 0.28 |
| Hex | 2D | 62 | 46 | 36 | 0 | 1D | 3E | 94 | 25 | 1C |
| Octal | 55 | 142 | 106 | 66 | 0 | 35 | 76 | 224 | 45 | 34 |
| Binary | 101101 | 1100010 | 1000110 | 110110 | 0 | 11101 | 111110 | 10010100 | 100101 | 11100 |
Color Harmonies of #2D6246
Complementary color
Monochromatic Colors of #2D6246
Black with #2D6246
Text Example
Text Example
White with #2D6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6246; }
p { color: rgb(45,98,70); }
H1.HeaderClassName
{
color: #2D6246;
}
.AnyTagClassName
{
color: #2D6246;
}
</style>
background-color css
<style>
a { background-color: #2D6246; }
a { background-color: rgb(45,98,70); }
div.DivClassName
{
background-color: #2D6246;
}
.BgClassName
{
background-color: #2D6246;
}
</style>
border-color css
<style>
span { border-color: #2D6246; }
span { border-color: rgb(45,98,70); }
td.TdClassName
{
border-color: #2D6246;
}
.TagClassName
{
border-color: #2D6246;
}
</style>