Shades of Sea Green #2E974E
Tints of Sea Green #2E974E
RGB
CMYK
RGB Variations
Color information
#2E974E (or 0x2E974E) is known color: Sea Green. HEX triplet: 2E, 97 and 4E. RGB value is (46,151,78). Sum of RGB (Red+Green+Blue) = 46+151+78=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #2E974E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E974E is #D168B1. Grayscale: #6F6F6F. Windows color (decimal): -13723826 or 5150510. OLE color: 5150510.
HSL color Cylindrical-coordinate representation of color #2E974E: hue angle of 138.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E974E is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 151 | 78 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.41 |
| HSL | 138.29º | 0.53% | 0.39% | - |
| HSV(B) | 138.29º | 0.7% | 0.59% | - |
| XYZ | 13.57 | 23.26 | 10.98 | - |
| YUV | 111.28 | 109.21 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 151 | 78 | 0.70 | 0 | 0.48 | 0.41 | 138.29 | 0.53 | 0.39 |
| Hex | 2E | 97 | 4E | 46 | 0 | 30 | 29 | 8A | 35 | 27 |
| Octal | 56 | 227 | 116 | 106 | 0 | 60 | 51 | 212 | 65 | 47 |
| Binary | 101110 | 10010111 | 1001110 | 1000110 | 0 | 110000 | 101001 | 10001010 | 110101 | 100111 |
Color Harmonies of #2E974E
Complementary color
Monochromatic Colors of #2E974E
Black with #2E974E
Text Example
Text Example
White with #2E974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E974E; }
p { color: rgb(46,151,78); }
H1.HeaderClassName
{
color: #2E974E;
}
.AnyTagClassName
{
color: #2E974E;
}
</style>
background-color css
<style>
a { background-color: #2E974E; }
a { background-color: rgb(46,151,78); }
div.DivClassName
{
background-color: #2E974E;
}
.BgClassName
{
background-color: #2E974E;
}
</style>
border-color css
<style>
span { border-color: #2E974E; }
span { border-color: rgb(46,151,78); }
td.TdClassName
{
border-color: #2E974E;
}
.TagClassName
{
border-color: #2E974E;
}
</style>