Shades of Green Pea #2D5F49
Tints of Green Pea #2D5F49
RGB
CMYK
RGB Variations
Color information
#2D5F49 (or 0x2D5F49) is known color: Green Pea. HEX triplet: 2D, 5F and 49. RGB value is (45,95,73). Sum of RGB (Red+Green+Blue) = 45+95+73=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5F49 is #D2A0B6. Grayscale: #4D4D4D. Windows color (decimal): -13803703 or 4808493. OLE color: 4808493.
HSL color Cylindrical-coordinate representation of color #2D5F49: hue angle of 153.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D5F49 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 95 | 73 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.63 |
| HSL | 153.6º | 0.36% | 0.27% | - |
| HSV(B) | 153.6º | 0.53% | 0.37% | - |
| XYZ | 6.38 | 9.22 | 7.75 | - |
| YUV | 77.54 | 125.44 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 73 | 0.53 | 0 | 0.23 | 0.63 | 153.6 | 0.36 | 0.27 |
| Hex | 2D | 5F | 49 | 35 | 0 | 17 | 3F | 9A | 24 | 1B |
| Octal | 55 | 137 | 111 | 65 | 0 | 27 | 77 | 232 | 44 | 33 |
| Binary | 101101 | 1011111 | 1001001 | 110101 | 0 | 10111 | 111111 | 10011010 | 100100 | 11011 |
Color Harmonies of #2D5F49
Complementary color
Monochromatic Colors of #2D5F49
Black with #2D5F49
Text Example
Text Example
White with #2D5F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F49; }
p { color: rgb(45,95,73); }
H1.HeaderClassName
{
color: #2D5F49;
}
.AnyTagClassName
{
color: #2D5F49;
}
</style>
background-color css
<style>
a { background-color: #2D5F49; }
a { background-color: rgb(45,95,73); }
div.DivClassName
{
background-color: #2D5F49;
}
.BgClassName
{
background-color: #2D5F49;
}
</style>
border-color css
<style>
span { border-color: #2D5F49; }
span { border-color: rgb(45,95,73); }
td.TdClassName
{
border-color: #2D5F49;
}
.TagClassName
{
border-color: #2D5F49;
}
</style>