Shades of Green Pea #2D6E43
Tints of Green Pea #2D6E43
RGB
CMYK
RGB Variations
Color information
#2D6E43 (or 0x2D6E43) is known color: Green Pea. HEX triplet: 2D, 6E and 43. RGB value is (45,110,67). Sum of RGB (Red+Green+Blue) = 45+110+67=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #2D6E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6E43 is #D291BC. Grayscale: #555555. Windows color (decimal): -13799869 or 4419117. OLE color: 4419117.
HSL color Cylindrical-coordinate representation of color #2D6E43: hue angle of 140.31º 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 #2D6E43 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 110 | 67 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.57 |
| HSL | 140.31º | 0.42% | 0.3% | - |
| HSV(B) | 140.31º | 0.59% | 0.43% | - |
| XYZ | 7.67 | 12.12 | 7.24 | - |
| YUV | 85.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 110 | 67 | 0.59 | 0 | 0.39 | 0.57 | 140.31 | 0.42 | 0.3 |
| Hex | 2D | 6E | 43 | 3B | 0 | 27 | 39 | 8C | 2A | 1E |
| Octal | 55 | 156 | 103 | 73 | 0 | 47 | 71 | 214 | 52 | 36 |
| Binary | 101101 | 1101110 | 1000011 | 111011 | 0 | 100111 | 111001 | 10001100 | 101010 | 11110 |
Color Harmonies of #2D6E43
Complementary color
Monochromatic Colors of #2D6E43
Black with #2D6E43
Text Example
Text Example
White with #2D6E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6E43; }
p { color: rgb(45,110,67); }
H1.HeaderClassName
{
color: #2D6E43;
}
.AnyTagClassName
{
color: #2D6E43;
}
</style>
background-color css
<style>
a { background-color: #2D6E43; }
a { background-color: rgb(45,110,67); }
div.DivClassName
{
background-color: #2D6E43;
}
.BgClassName
{
background-color: #2D6E43;
}
</style>
border-color css
<style>
span { border-color: #2D6E43; }
span { border-color: rgb(45,110,67); }
td.TdClassName
{
border-color: #2D6E43;
}
.TagClassName
{
border-color: #2D6E43;
}
</style>