Shades of Sea Green #2E954F
Tints of Sea Green #2E954F
RGB
CMYK
RGB Variations
Color information
#2E954F (or 0x2E954F) is known color: Sea Green. HEX triplet: 2E, 95 and 4F. RGB value is (46,149,79). Sum of RGB (Red+Green+Blue) = 46+149+79=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #2E954F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E954F is #D16AB0. Grayscale: #6E6E6E. Windows color (decimal): -13724337 or 5215534. OLE color: 5215534.
HSL color Cylindrical-coordinate representation of color #2E954F: hue angle of 139.22º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E954F is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 79 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.42 |
| HSL | 139.22º | 0.53% | 0.38% | - |
| HSV(B) | 139.22º | 0.69% | 0.58% | - |
| XYZ | 13.29 | 22.64 | 11.07 | - |
| YUV | 110.22 | 110.38 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 79 | 0.69 | 0 | 0.47 | 0.42 | 139.22 | 0.53 | 0.38 |
| Hex | 2E | 95 | 4F | 45 | 0 | 2F | 2A | 8B | 35 | 26 |
| Octal | 56 | 225 | 117 | 105 | 0 | 57 | 52 | 213 | 65 | 46 |
| Binary | 101110 | 10010101 | 1001111 | 1000101 | 0 | 101111 | 101010 | 10001011 | 110101 | 100110 |
Color Harmonies of #2E954F
Complementary color
Monochromatic Colors of #2E954F
Black with #2E954F
Text Example
Text Example
White with #2E954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E954F; }
p { color: rgb(46,149,79); }
H1.HeaderClassName
{
color: #2E954F;
}
.AnyTagClassName
{
color: #2E954F;
}
</style>
background-color css
<style>
a { background-color: #2E954F; }
a { background-color: rgb(46,149,79); }
div.DivClassName
{
background-color: #2E954F;
}
.BgClassName
{
background-color: #2E954F;
}
</style>
border-color css
<style>
span { border-color: #2E954F; }
span { border-color: rgb(46,149,79); }
td.TdClassName
{
border-color: #2E954F;
}
.TagClassName
{
border-color: #2E954F;
}
</style>