Shades of Green Pea #2E613F
Tints of Green Pea #2E613F
RGB
CMYK
RGB Variations
Color information
#2E613F (or 0x2E613F) is known color: Green Pea. HEX triplet: 2E, 61 and 3F. RGB value is (46,97,63). Sum of RGB (Red+Green+Blue) = 46+97+63=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #2E613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E613F is #D19EC0. Grayscale: #4D4D4D. Windows color (decimal): -13737665 or 4153646. OLE color: 4153646.
HSL color Cylindrical-coordinate representation of color #2E613F: hue angle of 140º 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 #2E613F is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 63 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.62 |
| HSL | 140º | 0.36% | 0.28% | - |
| HSV(B) | 140º | 0.53% | 0.38% | - |
| XYZ | 6.3 | 9.49 | 6.2 | - |
| YUV | 77.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 63 | 0.53 | 0 | 0.35 | 0.62 | 140 | 0.36 | 0.28 |
| Hex | 2E | 61 | 3F | 35 | 0 | 23 | 3E | 8C | 24 | 1C |
| Octal | 56 | 141 | 77 | 65 | 0 | 43 | 76 | 214 | 44 | 34 |
| Binary | 101110 | 1100001 | 111111 | 110101 | 0 | 100011 | 111110 | 10001100 | 100100 | 11100 |
Color Harmonies of #2E613F
Complementary color
Monochromatic Colors of #2E613F
Black with #2E613F
Text Example
Text Example
White with #2E613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E613F; }
p { color: rgb(46,97,63); }
H1.HeaderClassName
{
color: #2E613F;
}
.AnyTagClassName
{
color: #2E613F;
}
</style>
background-color css
<style>
a { background-color: #2E613F; }
a { background-color: rgb(46,97,63); }
div.DivClassName
{
background-color: #2E613F;
}
.BgClassName
{
background-color: #2E613F;
}
</style>
border-color css
<style>
span { border-color: #2E613F; }
span { border-color: rgb(46,97,63); }
td.TdClassName
{
border-color: #2E613F;
}
.TagClassName
{
border-color: #2E613F;
}
</style>