Shades of Green Pea #2E5A41
Tints of Green Pea #2E5A41
RGB
CMYK
RGB Variations
Color information
#2E5A41 (or 0x2E5A41) is known color: Green Pea. HEX triplet: 2E, 5A and 41. RGB value is (46,90,65). Sum of RGB (Red+Green+Blue) = 46+90+65=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5A41 is #D1A5BE. Grayscale: #4A4A4A. Windows color (decimal): -13739455 or 4282926. OLE color: 4282926.
HSL color Cylindrical-coordinate representation of color #2E5A41: hue angle of 145.91º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E5A41 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 90 | 65 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.65 |
| HSL | 145.91º | 0.32% | 0.27% | - |
| HSV(B) | 145.91º | 0.49% | 0.35% | - |
| XYZ | 5.74 | 8.27 | 6.3 | - |
| YUV | 73.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 65 | 0.49 | 0 | 0.28 | 0.65 | 145.91 | 0.32 | 0.27 |
| Hex | 2E | 5A | 41 | 31 | 0 | 1C | 41 | 92 | 20 | 1B |
| Octal | 56 | 132 | 101 | 61 | 0 | 34 | 101 | 222 | 40 | 33 |
| Binary | 101110 | 1011010 | 1000001 | 110001 | 0 | 11100 | 1000001 | 10010010 | 100000 | 11011 |
Color Harmonies of #2E5A41
Complementary color
Monochromatic Colors of #2E5A41
Black with #2E5A41
Text Example
Text Example
White with #2E5A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5A41; }
p { color: rgb(46,90,65); }
H1.HeaderClassName
{
color: #2E5A41;
}
.AnyTagClassName
{
color: #2E5A41;
}
</style>
background-color css
<style>
a { background-color: #2E5A41; }
a { background-color: rgb(46,90,65); }
div.DivClassName
{
background-color: #2E5A41;
}
.BgClassName
{
background-color: #2E5A41;
}
</style>
border-color css
<style>
span { border-color: #2E5A41; }
span { border-color: rgb(46,90,65); }
td.TdClassName
{
border-color: #2E5A41;
}
.TagClassName
{
border-color: #2E5A41;
}
</style>