Shades of Green Pea #2D6040
Tints of Green Pea #2D6040
RGB
CMYK
RGB Variations
Color information
#2D6040 (or 0x2D6040) is known color: Green Pea. HEX triplet: 2D, 60 and 40. RGB value is (45,96,64). Sum of RGB (Red+Green+Blue) = 45+96+64=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6040 is #D29FBF. Grayscale: #4D4D4D. Windows color (decimal): -13803456 or 4218925. OLE color: 4218925.
HSL color Cylindrical-coordinate representation of color #2D6040: hue angle of 142.35º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D6040 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 64 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.62 |
| HSL | 142.35º | 0.36% | 0.28% | - |
| HSV(B) | 142.35º | 0.53% | 0.38% | - |
| XYZ | 6.19 | 9.29 | 6.32 | - |
| YUV | 77.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 64 | 0.53 | 0 | 0.33 | 0.62 | 142.35 | 0.36 | 0.28 |
| Hex | 2D | 60 | 40 | 35 | 0 | 21 | 3E | 8E | 24 | 1C |
| Octal | 55 | 140 | 100 | 65 | 0 | 41 | 76 | 216 | 44 | 34 |
| Binary | 101101 | 1100000 | 1000000 | 110101 | 0 | 100001 | 111110 | 10001110 | 100100 | 11100 |
Color Harmonies of #2D6040
Complementary color
Monochromatic Colors of #2D6040
Black with #2D6040
Text Example
Text Example
White with #2D6040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6040; }
p { color: rgb(45,96,64); }
H1.HeaderClassName
{
color: #2D6040;
}
.AnyTagClassName
{
color: #2D6040;
}
</style>
background-color css
<style>
a { background-color: #2D6040; }
a { background-color: rgb(45,96,64); }
div.DivClassName
{
background-color: #2D6040;
}
.BgClassName
{
background-color: #2D6040;
}
</style>
border-color css
<style>
span { border-color: #2D6040; }
span { border-color: rgb(45,96,64); }
td.TdClassName
{
border-color: #2D6040;
}
.TagClassName
{
border-color: #2D6040;
}
</style>