Shades of Green Pea #2D6A45
Tints of Green Pea #2D6A45
RGB
CMYK
RGB Variations
Color information
#2D6A45 (or 0x2D6A45) is known color: Green Pea. HEX triplet: 2D, 6A and 45. RGB value is (45,106,69). Sum of RGB (Red+Green+Blue) = 45+106+69=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6A45 is #D295BA. Grayscale: #535353. Windows color (decimal): -13800891 or 4549165. OLE color: 4549165.
HSL color Cylindrical-coordinate representation of color #2D6A45: hue angle of 143.61º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6A45 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 106 | 69 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.58 |
| HSL | 143.61º | 0.4% | 0.3% | - |
| HSV(B) | 143.61º | 0.58% | 0.42% | - |
| XYZ | 7.31 | 11.3 | 7.43 | - |
| YUV | 83.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 69 | 0.58 | 0 | 0.35 | 0.58 | 143.61 | 0.4 | 0.3 |
| Hex | 2D | 6A | 45 | 3A | 0 | 23 | 3A | 90 | 28 | 1E |
| Octal | 55 | 152 | 105 | 72 | 0 | 43 | 72 | 220 | 50 | 36 |
| Binary | 101101 | 1101010 | 1000101 | 111010 | 0 | 100011 | 111010 | 10010000 | 101000 | 11110 |
Color Harmonies of #2D6A45
Complementary color
Monochromatic Colors of #2D6A45
Black with #2D6A45
Text Example
Text Example
White with #2D6A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6A45; }
p { color: rgb(45,106,69); }
H1.HeaderClassName
{
color: #2D6A45;
}
.AnyTagClassName
{
color: #2D6A45;
}
</style>
background-color css
<style>
a { background-color: #2D6A45; }
a { background-color: rgb(45,106,69); }
div.DivClassName
{
background-color: #2D6A45;
}
.BgClassName
{
background-color: #2D6A45;
}
</style>
border-color css
<style>
span { border-color: #2D6A45; }
span { border-color: rgb(45,106,69); }
td.TdClassName
{
border-color: #2D6A45;
}
.TagClassName
{
border-color: #2D6A45;
}
</style>