Shades of Green Pea #2D6748
Tints of Green Pea #2D6748
RGB
CMYK
RGB Variations
Color information
#2D6748 (or 0x2D6748) is known color: Green Pea. HEX triplet: 2D, 67 and 48. RGB value is (45,103,72). Sum of RGB (Red+Green+Blue) = 45+103+72=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #2D6748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6748 is #D298B7. Grayscale: #525252. Windows color (decimal): -13801656 or 4745005. OLE color: 4745005.
HSL color Cylindrical-coordinate representation of color #2D6748: hue angle of 147.93º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D6748 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 103 | 72 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.60 |
| HSL | 147.93º | 0.39% | 0.29% | - |
| HSV(B) | 147.93º | 0.56% | 0.4% | - |
| XYZ | 7.1 | 10.73 | 7.83 | - |
| YUV | 82.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 72 | 0.56 | 0 | 0.30 | 0.60 | 147.93 | 0.39 | 0.29 |
| Hex | 2D | 67 | 48 | 38 | 0 | 1E | 3C | 94 | 27 | 1D |
| Octal | 55 | 147 | 110 | 70 | 0 | 36 | 74 | 224 | 47 | 35 |
| Binary | 101101 | 1100111 | 1001000 | 111000 | 0 | 11110 | 111100 | 10010100 | 100111 | 11101 |
Color Harmonies of #2D6748
Complementary color
Monochromatic Colors of #2D6748
Black with #2D6748
Text Example
Text Example
White with #2D6748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6748; }
p { color: rgb(45,103,72); }
H1.HeaderClassName
{
color: #2D6748;
}
.AnyTagClassName
{
color: #2D6748;
}
</style>
background-color css
<style>
a { background-color: #2D6748; }
a { background-color: rgb(45,103,72); }
div.DivClassName
{
background-color: #2D6748;
}
.BgClassName
{
background-color: #2D6748;
}
</style>
border-color css
<style>
span { border-color: #2D6748; }
span { border-color: rgb(45,103,72); }
td.TdClassName
{
border-color: #2D6748;
}
.TagClassName
{
border-color: #2D6748;
}
</style>