Shades of Green Pea #2D6044
Tints of Green Pea #2D6044
RGB
CMYK
RGB Variations
Color information
#2D6044 (or 0x2D6044) is known color: Green Pea. HEX triplet: 2D, 60 and 44. RGB value is (45,96,68). Sum of RGB (Red+Green+Blue) = 45+96+68=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6044 is #D29FBB. Grayscale: #4D4D4D. Windows color (decimal): -13803452 or 4481069. OLE color: 4481069.
HSL color Cylindrical-coordinate representation of color #2D6044: hue angle of 147.06º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D6044 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 68 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.62 |
| HSL | 147.06º | 0.36% | 0.28% | - |
| HSV(B) | 147.06º | 0.53% | 0.38% | - |
| XYZ | 6.31 | 9.34 | 6.94 | - |
| YUV | 77.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 68 | 0.53 | 0 | 0.29 | 0.62 | 147.06 | 0.36 | 0.28 |
| Hex | 2D | 60 | 44 | 35 | 0 | 1D | 3E | 93 | 24 | 1C |
| Octal | 55 | 140 | 104 | 65 | 0 | 35 | 76 | 223 | 44 | 34 |
| Binary | 101101 | 1100000 | 1000100 | 110101 | 0 | 11101 | 111110 | 10010011 | 100100 | 11100 |
Color Harmonies of #2D6044
Complementary color
Monochromatic Colors of #2D6044
Black with #2D6044
Text Example
Text Example
White with #2D6044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6044; }
p { color: rgb(45,96,68); }
H1.HeaderClassName
{
color: #2D6044;
}
.AnyTagClassName
{
color: #2D6044;
}
</style>
background-color css
<style>
a { background-color: #2D6044; }
a { background-color: rgb(45,96,68); }
div.DivClassName
{
background-color: #2D6044;
}
.BgClassName
{
background-color: #2D6044;
}
</style>
border-color css
<style>
span { border-color: #2D6044; }
span { border-color: rgb(45,96,68); }
td.TdClassName
{
border-color: #2D6044;
}
.TagClassName
{
border-color: #2D6044;
}
</style>