Shades of Green Pea #2D5D48
Tints of Green Pea #2D5D48
RGB
CMYK
RGB Variations
Color information
#2D5D48 (or 0x2D5D48) is known color: Green Pea. HEX triplet: 2D, 5D and 48. RGB value is (45,93,72). Sum of RGB (Red+Green+Blue) = 45+93+72=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #2D5D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5D48 is #D2A2B7. Grayscale: #4C4C4C. Windows color (decimal): -13804216 or 4742445. OLE color: 4742445.
HSL color Cylindrical-coordinate representation of color #2D5D48: hue angle of 153.75º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D5D48 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 93 | 72 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.64 |
| HSL | 153.75º | 0.35% | 0.27% | - |
| HSV(B) | 153.75º | 0.52% | 0.36% | - |
| XYZ | 6.17 | 8.85 | 7.51 | - |
| YUV | 76.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 93 | 72 | 0.52 | 0 | 0.23 | 0.64 | 153.75 | 0.35 | 0.27 |
| Hex | 2D | 5D | 48 | 34 | 0 | 17 | 40 | 9A | 23 | 1B |
| Octal | 55 | 135 | 110 | 64 | 0 | 27 | 100 | 232 | 43 | 33 |
| Binary | 101101 | 1011101 | 1001000 | 110100 | 0 | 10111 | 1000000 | 10011010 | 100011 | 11011 |
Color Harmonies of #2D5D48
Complementary color
Monochromatic Colors of #2D5D48
Black with #2D5D48
Text Example
Text Example
White with #2D5D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5D48; }
p { color: rgb(45,93,72); }
H1.HeaderClassName
{
color: #2D5D48;
}
.AnyTagClassName
{
color: #2D5D48;
}
</style>
background-color css
<style>
a { background-color: #2D5D48; }
a { background-color: rgb(45,93,72); }
div.DivClassName
{
background-color: #2D5D48;
}
.BgClassName
{
background-color: #2D5D48;
}
</style>
border-color css
<style>
span { border-color: #2D5D48; }
span { border-color: rgb(45,93,72); }
td.TdClassName
{
border-color: #2D5D48;
}
.TagClassName
{
border-color: #2D5D48;
}
</style>