Shades of Green Pea #2D6147
Tints of Green Pea #2D6147
RGB
CMYK
RGB Variations
Color information
#2D6147 (or 0x2D6147) is known color: Green Pea. HEX triplet: 2D, 61 and 47. RGB value is (45,97,71). Sum of RGB (Red+Green+Blue) = 45+97+71=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #2D6147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6147 is #D29EB8. Grayscale: #4E4E4E. Windows color (decimal): -13803193 or 4677933. OLE color: 4677933.
HSL color Cylindrical-coordinate representation of color #2D6147: hue angle of 150º 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 #2D6147 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 71 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.62 |
| HSL | 150º | 0.37% | 0.28% | - |
| HSV(B) | 150º | 0.54% | 0.38% | - |
| XYZ | 6.49 | 9.56 | 7.46 | - |
| YUV | 78.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 71 | 0.54 | 0 | 0.27 | 0.62 | 150 | 0.37 | 0.28 |
| Hex | 2D | 61 | 47 | 36 | 0 | 1B | 3E | 96 | 25 | 1C |
| Octal | 55 | 141 | 107 | 66 | 0 | 33 | 76 | 226 | 45 | 34 |
| Binary | 101101 | 1100001 | 1000111 | 110110 | 0 | 11011 | 111110 | 10010110 | 100101 | 11100 |
Color Harmonies of #2D6147
Complementary color
Monochromatic Colors of #2D6147
Black with #2D6147
Text Example
Text Example
White with #2D6147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6147; }
p { color: rgb(45,97,71); }
H1.HeaderClassName
{
color: #2D6147;
}
.AnyTagClassName
{
color: #2D6147;
}
</style>
background-color css
<style>
a { background-color: #2D6147; }
a { background-color: rgb(45,97,71); }
div.DivClassName
{
background-color: #2D6147;
}
.BgClassName
{
background-color: #2D6147;
}
</style>
border-color css
<style>
span { border-color: #2D6147; }
span { border-color: rgb(45,97,71); }
td.TdClassName
{
border-color: #2D6147;
}
.TagClassName
{
border-color: #2D6147;
}
</style>