Shades of Green Pea #2D6848
Tints of Green Pea #2D6848
RGB
CMYK
RGB Variations
Color information
#2D6848 (or 0x2D6848) is known color: Green Pea. HEX triplet: 2D, 68 and 48. RGB value is (45,104,72). Sum of RGB (Red+Green+Blue) = 45+104+72=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #2D6848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6848 is #D297B7. Grayscale: #525252. Windows color (decimal): -13801400 or 4745261. OLE color: 4745261.
HSL color Cylindrical-coordinate representation of color #2D6848: hue angle of 147.46º 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 #2D6848 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 104 | 72 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.59 |
| HSL | 147.46º | 0.4% | 0.29% | - |
| HSV(B) | 147.46º | 0.57% | 0.41% | - |
| XYZ | 7.2 | 10.93 | 7.86 | - |
| YUV | 82.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 104 | 72 | 0.57 | 0 | 0.31 | 0.59 | 147.46 | 0.4 | 0.29 |
| Hex | 2D | 68 | 48 | 39 | 0 | 1F | 3B | 93 | 28 | 1D |
| Octal | 55 | 150 | 110 | 71 | 0 | 37 | 73 | 223 | 50 | 35 |
| Binary | 101101 | 1101000 | 1001000 | 111001 | 0 | 11111 | 111011 | 10010011 | 101000 | 11101 |
Color Harmonies of #2D6848
Complementary color
Monochromatic Colors of #2D6848
Black with #2D6848
Text Example
Text Example
White with #2D6848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6848; }
p { color: rgb(45,104,72); }
H1.HeaderClassName
{
color: #2D6848;
}
.AnyTagClassName
{
color: #2D6848;
}
</style>
background-color css
<style>
a { background-color: #2D6848; }
a { background-color: rgb(45,104,72); }
div.DivClassName
{
background-color: #2D6848;
}
.BgClassName
{
background-color: #2D6848;
}
</style>
border-color css
<style>
span { border-color: #2D6848; }
span { border-color: rgb(45,104,72); }
td.TdClassName
{
border-color: #2D6848;
}
.TagClassName
{
border-color: #2D6848;
}
</style>