Shades of Green Pea #2D6342
Tints of Green Pea #2D6342
RGB
CMYK
RGB Variations
Color information
#2D6342 (or 0x2D6342) is known color: Green Pea. HEX triplet: 2D, 63 and 42. RGB value is (45,99,66). Sum of RGB (Red+Green+Blue) = 45+99+66=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #2D6342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6342 is #D29CBD. Grayscale: #4F4F4F. Windows color (decimal): -13802686 or 4350765. OLE color: 4350765.
HSL color Cylindrical-coordinate representation of color #2D6342: hue angle of 143.33º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D6342 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 99 | 66 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.61 |
| HSL | 143.33º | 0.38% | 0.28% | - |
| HSV(B) | 143.33º | 0.55% | 0.39% | - |
| XYZ | 6.53 | 9.87 | 6.72 | - |
| YUV | 79.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 66 | 0.55 | 0 | 0.33 | 0.61 | 143.33 | 0.38 | 0.28 |
| Hex | 2D | 63 | 42 | 37 | 0 | 21 | 3D | 8F | 26 | 1C |
| Octal | 55 | 143 | 102 | 67 | 0 | 41 | 75 | 217 | 46 | 34 |
| Binary | 101101 | 1100011 | 1000010 | 110111 | 0 | 100001 | 111101 | 10001111 | 100110 | 11100 |
Color Harmonies of #2D6342
Complementary color
Monochromatic Colors of #2D6342
Black with #2D6342
Text Example
Text Example
White with #2D6342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6342; }
p { color: rgb(45,99,66); }
H1.HeaderClassName
{
color: #2D6342;
}
.AnyTagClassName
{
color: #2D6342;
}
</style>
background-color css
<style>
a { background-color: #2D6342; }
a { background-color: rgb(45,99,66); }
div.DivClassName
{
background-color: #2D6342;
}
.BgClassName
{
background-color: #2D6342;
}
</style>
border-color css
<style>
span { border-color: #2D6342; }
span { border-color: rgb(45,99,66); }
td.TdClassName
{
border-color: #2D6342;
}
.TagClassName
{
border-color: #2D6342;
}
</style>