Shades of Green Pea #2D6A43
Tints of Green Pea #2D6A43
RGB
CMYK
RGB Variations
Color information
#2D6A43 (or 0x2D6A43) is known color: Green Pea. HEX triplet: 2D, 6A and 43. RGB value is (45,106,67). Sum of RGB (Red+Green+Blue) = 45+106+67=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6A43 is #D295BC. Grayscale: #535353. Windows color (decimal): -13800893 or 4418093. OLE color: 4418093.
HSL color Cylindrical-coordinate representation of color #2D6A43: hue angle of 141.64º 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 #2D6A43 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 106 | 67 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.58 |
| HSL | 141.64º | 0.4% | 0.3% | - |
| HSV(B) | 141.64º | 0.58% | 0.42% | - |
| XYZ | 7.25 | 11.27 | 7.1 | - |
| YUV | 83.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 67 | 0.58 | 0 | 0.37 | 0.58 | 141.64 | 0.4 | 0.3 |
| Hex | 2D | 6A | 43 | 3A | 0 | 25 | 3A | 8E | 28 | 1E |
| Octal | 55 | 152 | 103 | 72 | 0 | 45 | 72 | 216 | 50 | 36 |
| Binary | 101101 | 1101010 | 1000011 | 111010 | 0 | 100101 | 111010 | 10001110 | 101000 | 11110 |
Color Harmonies of #2D6A43
Complementary color
Monochromatic Colors of #2D6A43
Black with #2D6A43
Text Example
Text Example
White with #2D6A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6A43; }
p { color: rgb(45,106,67); }
H1.HeaderClassName
{
color: #2D6A43;
}
.AnyTagClassName
{
color: #2D6A43;
}
</style>
background-color css
<style>
a { background-color: #2D6A43; }
a { background-color: rgb(45,106,67); }
div.DivClassName
{
background-color: #2D6A43;
}
.BgClassName
{
background-color: #2D6A43;
}
</style>
border-color css
<style>
span { border-color: #2D6A43; }
span { border-color: rgb(45,106,67); }
td.TdClassName
{
border-color: #2D6A43;
}
.TagClassName
{
border-color: #2D6A43;
}
</style>