Shades of Green Pea #2D5F41
Tints of Green Pea #2D5F41
RGB
CMYK
RGB Variations
Color information
#2D5F41 (or 0x2D5F41) is known color: Green Pea. HEX triplet: 2D, 5F and 41. RGB value is (45,95,65). Sum of RGB (Red+Green+Blue) = 45+95+65=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5F41 is #D2A0BE. Grayscale: #4C4C4C. Windows color (decimal): -13803711 or 4284205. OLE color: 4284205.
HSL color Cylindrical-coordinate representation of color #2D5F41: hue angle of 144º 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 #2D5F41 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 95 | 65 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.63 |
| HSL | 144º | 0.36% | 0.27% | - |
| HSV(B) | 144º | 0.53% | 0.37% | - |
| XYZ | 6.13 | 9.12 | 6.44 | - |
| YUV | 76.63 | 121.44 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 65 | 0.53 | 0 | 0.32 | 0.63 | 144 | 0.36 | 0.27 |
| Hex | 2D | 5F | 41 | 35 | 0 | 20 | 3F | 90 | 24 | 1B |
| Octal | 55 | 137 | 101 | 65 | 0 | 40 | 77 | 220 | 44 | 33 |
| Binary | 101101 | 1011111 | 1000001 | 110101 | 0 | 100000 | 111111 | 10010000 | 100100 | 11011 |
Color Harmonies of #2D5F41
Complementary color
Monochromatic Colors of #2D5F41
Black with #2D5F41
Text Example
Text Example
White with #2D5F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F41; }
p { color: rgb(45,95,65); }
H1.HeaderClassName
{
color: #2D5F41;
}
.AnyTagClassName
{
color: #2D5F41;
}
</style>
background-color css
<style>
a { background-color: #2D5F41; }
a { background-color: rgb(45,95,65); }
div.DivClassName
{
background-color: #2D5F41;
}
.BgClassName
{
background-color: #2D5F41;
}
</style>
border-color css
<style>
span { border-color: #2D5F41; }
span { border-color: rgb(45,95,65); }
td.TdClassName
{
border-color: #2D5F41;
}
.TagClassName
{
border-color: #2D5F41;
}
</style>