Shades of Green Pea #2E6048
Tints of Green Pea #2E6048
RGB
CMYK
RGB Variations
Color information
#2E6048 (or 0x2E6048) is known color: Green Pea. HEX triplet: 2E, 60 and 48. RGB value is (46,96,72). Sum of RGB (Red+Green+Blue) = 46+96+72=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6048 is #D19FB7. Grayscale: #4E4E4E. Windows color (decimal): -13737912 or 4743214. OLE color: 4743214.
HSL color Cylindrical-coordinate representation of color #2E6048: hue angle of 151.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E6048 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 72 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.62 |
| HSL | 151.2º | 0.35% | 0.28% | - |
| HSV(B) | 151.2º | 0.52% | 0.38% | - |
| XYZ | 6.48 | 9.41 | 7.61 | - |
| YUV | 78.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 72 | 0.52 | 0 | 0.25 | 0.62 | 151.2 | 0.35 | 0.28 |
| Hex | 2E | 60 | 48 | 34 | 0 | 19 | 3E | 97 | 23 | 1C |
| Octal | 56 | 140 | 110 | 64 | 0 | 31 | 76 | 227 | 43 | 34 |
| Binary | 101110 | 1100000 | 1001000 | 110100 | 0 | 11001 | 111110 | 10010111 | 100011 | 11100 |
Color Harmonies of #2E6048
Complementary color
Monochromatic Colors of #2E6048
Black with #2E6048
Text Example
Text Example
White with #2E6048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6048; }
p { color: rgb(46,96,72); }
H1.HeaderClassName
{
color: #2E6048;
}
.AnyTagClassName
{
color: #2E6048;
}
</style>
background-color css
<style>
a { background-color: #2E6048; }
a { background-color: rgb(46,96,72); }
div.DivClassName
{
background-color: #2E6048;
}
.BgClassName
{
background-color: #2E6048;
}
</style>
border-color css
<style>
span { border-color: #2E6048; }
span { border-color: rgb(46,96,72); }
td.TdClassName
{
border-color: #2E6048;
}
.TagClassName
{
border-color: #2E6048;
}
</style>