Shades of Green Pea #2D6248
Tints of Green Pea #2D6248
RGB
CMYK
RGB Variations
Color information
#2D6248 (or 0x2D6248) is known color: Green Pea. HEX triplet: 2D, 62 and 48. RGB value is (45,98,72). Sum of RGB (Red+Green+Blue) = 45+98+72=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6248 is #D29DB7. Grayscale: #4F4F4F. Windows color (decimal): -13802936 or 4743725. OLE color: 4743725.
HSL color Cylindrical-coordinate representation of color #2D6248: hue angle of 150.57º 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 #2D6248 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 98 | 72 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.62 |
| HSL | 150.57º | 0.37% | 0.28% | - |
| HSV(B) | 150.57º | 0.54% | 0.38% | - |
| XYZ | 6.62 | 9.76 | 7.67 | - |
| YUV | 79.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 72 | 0.54 | 0 | 0.27 | 0.62 | 150.57 | 0.37 | 0.28 |
| Hex | 2D | 62 | 48 | 36 | 0 | 1B | 3E | 97 | 25 | 1C |
| Octal | 55 | 142 | 110 | 66 | 0 | 33 | 76 | 227 | 45 | 34 |
| Binary | 101101 | 1100010 | 1001000 | 110110 | 0 | 11011 | 111110 | 10010111 | 100101 | 11100 |
Color Harmonies of #2D6248
Complementary color
Monochromatic Colors of #2D6248
Black with #2D6248
Text Example
Text Example
White with #2D6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6248; }
p { color: rgb(45,98,72); }
H1.HeaderClassName
{
color: #2D6248;
}
.AnyTagClassName
{
color: #2D6248;
}
</style>
background-color css
<style>
a { background-color: #2D6248; }
a { background-color: rgb(45,98,72); }
div.DivClassName
{
background-color: #2D6248;
}
.BgClassName
{
background-color: #2D6248;
}
</style>
border-color css
<style>
span { border-color: #2D6248; }
span { border-color: rgb(45,98,72); }
td.TdClassName
{
border-color: #2D6248;
}
.TagClassName
{
border-color: #2D6248;
}
</style>