Shades of Green Pea #2D6D4D
Tints of Green Pea #2D6D4D
RGB
CMYK
RGB Variations
Color information
#2D6D4D (or 0x2D6D4D) is known color: Green Pea. HEX triplet: 2D, 6D and 4D. RGB value is (45,109,77). Sum of RGB (Red+Green+Blue) = 45+109+77=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 109 - color contains mainly: green. Hex color #2D6D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6D4D is #D292B2. Grayscale: #565656. Windows color (decimal): -13800115 or 5074221. OLE color: 5074221.
HSL color Cylindrical-coordinate representation of color #2D6D4D: hue angle of 150º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D6D4D is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 109 | 77 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.57 |
| HSL | 150º | 0.42% | 0.3% | - |
| HSV(B) | 150º | 0.59% | 0.43% | - |
| XYZ | 7.89 | 12.03 | 8.93 | - |
| YUV | 86.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 77 | 0.59 | 0 | 0.29 | 0.57 | 150 | 0.42 | 0.3 |
| Hex | 2D | 6D | 4D | 3B | 0 | 1D | 39 | 96 | 2A | 1E |
| Octal | 55 | 155 | 115 | 73 | 0 | 35 | 71 | 226 | 52 | 36 |
| Binary | 101101 | 1101101 | 1001101 | 111011 | 0 | 11101 | 111001 | 10010110 | 101010 | 11110 |
Color Harmonies of #2D6D4D
Complementary color
Monochromatic Colors of #2D6D4D
Black with #2D6D4D
Text Example
Text Example
White with #2D6D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6D4D; }
p { color: rgb(45,109,77); }
H1.HeaderClassName
{
color: #2D6D4D;
}
.AnyTagClassName
{
color: #2D6D4D;
}
</style>
background-color css
<style>
a { background-color: #2D6D4D; }
a { background-color: rgb(45,109,77); }
div.DivClassName
{
background-color: #2D6D4D;
}
.BgClassName
{
background-color: #2D6D4D;
}
</style>
border-color css
<style>
span { border-color: #2D6D4D; }
span { border-color: rgb(45,109,77); }
td.TdClassName
{
border-color: #2D6D4D;
}
.TagClassName
{
border-color: #2D6D4D;
}
</style>