Shades of Green Pea #2D6348
Tints of Green Pea #2D6348
RGB
CMYK
RGB Variations
Color information
#2D6348 (or 0x2D6348) is known color: Green Pea. HEX triplet: 2D, 63 and 48. RGB value is (45,99,72). Sum of RGB (Red+Green+Blue) = 45+99+72=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #2D6348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6348 is #D29CB7. Grayscale: #4F4F4F. Windows color (decimal): -13802680 or 4743981. OLE color: 4743981.
HSL color Cylindrical-coordinate representation of color #2D6348: hue angle of 150º 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 #2D6348 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 99 | 72 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.61 |
| HSL | 150º | 0.38% | 0.28% | - |
| HSV(B) | 150º | 0.55% | 0.39% | - |
| XYZ | 6.71 | 9.95 | 7.7 | - |
| YUV | 79.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 72 | 0.55 | 0 | 0.27 | 0.61 | 150 | 0.38 | 0.28 |
| Hex | 2D | 63 | 48 | 37 | 0 | 1B | 3D | 96 | 26 | 1C |
| Octal | 55 | 143 | 110 | 67 | 0 | 33 | 75 | 226 | 46 | 34 |
| Binary | 101101 | 1100011 | 1001000 | 110111 | 0 | 11011 | 111101 | 10010110 | 100110 | 11100 |
Color Harmonies of #2D6348
Complementary color
Monochromatic Colors of #2D6348
Black with #2D6348
Text Example
Text Example
White with #2D6348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6348; }
p { color: rgb(45,99,72); }
H1.HeaderClassName
{
color: #2D6348;
}
.AnyTagClassName
{
color: #2D6348;
}
</style>
background-color css
<style>
a { background-color: #2D6348; }
a { background-color: rgb(45,99,72); }
div.DivClassName
{
background-color: #2D6348;
}
.BgClassName
{
background-color: #2D6348;
}
</style>
border-color css
<style>
span { border-color: #2D6348; }
span { border-color: rgb(45,99,72); }
td.TdClassName
{
border-color: #2D6348;
}
.TagClassName
{
border-color: #2D6348;
}
</style>