Shades of Sea Green #2E964D
Tints of Sea Green #2E964D
RGB
CMYK
RGB Variations
Color information
#2E964D (or 0x2E964D) is known color: Sea Green. HEX triplet: 2E, 96 and 4D. RGB value is (46,150,77). Sum of RGB (Red+Green+Blue) = 46+150+77=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #2E964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E964D is #D169B2. Grayscale: #6E6E6E. Windows color (decimal): -13724083 or 5084718. OLE color: 5084718.
HSL color Cylindrical-coordinate representation of color #2E964D: hue angle of 137.88º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E964D is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 150 | 77 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.41 |
| HSL | 137.88º | 0.53% | 0.38% | - |
| HSV(B) | 137.88º | 0.69% | 0.59% | - |
| XYZ | 13.37 | 22.93 | 10.74 | - |
| YUV | 110.58 | 109.04 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 150 | 77 | 0.69 | 0 | 0.49 | 0.41 | 137.88 | 0.53 | 0.38 |
| Hex | 2E | 96 | 4D | 45 | 0 | 31 | 29 | 8A | 35 | 26 |
| Octal | 56 | 226 | 115 | 105 | 0 | 61 | 51 | 212 | 65 | 46 |
| Binary | 101110 | 10010110 | 1001101 | 1000101 | 0 | 110001 | 101001 | 10001010 | 110101 | 100110 |
Color Harmonies of #2E964D
Complementary color
Monochromatic Colors of #2E964D
Black with #2E964D
Text Example
Text Example
White with #2E964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E964D; }
p { color: rgb(46,150,77); }
H1.HeaderClassName
{
color: #2E964D;
}
.AnyTagClassName
{
color: #2E964D;
}
</style>
background-color css
<style>
a { background-color: #2E964D; }
a { background-color: rgb(46,150,77); }
div.DivClassName
{
background-color: #2E964D;
}
.BgClassName
{
background-color: #2E964D;
}
</style>
border-color css
<style>
span { border-color: #2E964D; }
span { border-color: rgb(46,150,77); }
td.TdClassName
{
border-color: #2E964D;
}
.TagClassName
{
border-color: #2E964D;
}
</style>