Shades of Green Pea #2D6B49
Tints of Green Pea #2D6B49
RGB
CMYK
RGB Variations
Color information
#2D6B49 (or 0x2D6B49) is known color: Green Pea. HEX triplet: 2D, 6B and 49. RGB value is (45,107,73). Sum of RGB (Red+Green+Blue) = 45+107+73=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6B49 is #D294B6. Grayscale: #545454. Windows color (decimal): -13800631 or 4811565. OLE color: 4811565.
HSL color Cylindrical-coordinate representation of color #2D6B49: hue angle of 147.1º degrees, saturation: 0.41, 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 #2D6B49 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 107 | 73 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.58 |
| HSL | 147.1º | 0.41% | 0.3% | - |
| HSV(B) | 147.1º | 0.58% | 0.42% | - |
| XYZ | 7.54 | 11.55 | 8.14 | - |
| YUV | 84.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 73 | 0.58 | 0 | 0.32 | 0.58 | 147.1 | 0.41 | 0.3 |
| Hex | 2D | 6B | 49 | 3A | 0 | 20 | 3A | 93 | 29 | 1E |
| Octal | 55 | 153 | 111 | 72 | 0 | 40 | 72 | 223 | 51 | 36 |
| Binary | 101101 | 1101011 | 1001001 | 111010 | 0 | 100000 | 111010 | 10010011 | 101001 | 11110 |
Color Harmonies of #2D6B49
Complementary color
Monochromatic Colors of #2D6B49
Black with #2D6B49
Text Example
Text Example
White with #2D6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6B49; }
p { color: rgb(45,107,73); }
H1.HeaderClassName
{
color: #2D6B49;
}
.AnyTagClassName
{
color: #2D6B49;
}
</style>
background-color css
<style>
a { background-color: #2D6B49; }
a { background-color: rgb(45,107,73); }
div.DivClassName
{
background-color: #2D6B49;
}
.BgClassName
{
background-color: #2D6B49;
}
</style>
border-color css
<style>
span { border-color: #2D6B49; }
span { border-color: rgb(45,107,73); }
td.TdClassName
{
border-color: #2D6B49;
}
.TagClassName
{
border-color: #2D6B49;
}
</style>