Shades of Sea Green #2E9A51
Tints of Sea Green #2E9A51
RGB
CMYK
RGB Variations
Color information
#2E9A51 (or 0x2E9A51) is known color: Sea Green. HEX triplet: 2E, 9A and 51. RGB value is (46,154,81). Sum of RGB (Red+Green+Blue) = 46+154+81=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 154 (60.55% from 255 or 54.80% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 154 - color contains mainly: green. Hex color #2E9A51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9A51 is #D165AE. Grayscale: #717171. Windows color (decimal): -13723055 or 5347886. OLE color: 5347886.
HSL color Cylindrical-coordinate representation of color #2E9A51: hue angle of 139.44º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9A51 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 154 | 81 | - |
| CMYK | 0.70 | 0 | 0.47 | 0.40 |
| HSL | 139.44º | 0.54% | 0.39% | - |
| HSV(B) | 139.44º | 0.7% | 0.6% | - |
| XYZ | 14.17 | 24.29 | 11.73 | - |
| YUV | 113.39 | 109.72 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 154 | 81 | 0.70 | 0 | 0.47 | 0.40 | 139.44 | 0.54 | 0.39 |
| Hex | 2E | 9A | 51 | 46 | 0 | 2F | 28 | 8B | 36 | 27 |
| Octal | 56 | 232 | 121 | 106 | 0 | 57 | 50 | 213 | 66 | 47 |
| Binary | 101110 | 10011010 | 1010001 | 1000110 | 0 | 101111 | 101000 | 10001011 | 110110 | 100111 |
Color Harmonies of #2E9A51
Complementary color
Monochromatic Colors of #2E9A51
Black with #2E9A51
Text Example
Text Example
White with #2E9A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9A51; }
p { color: rgb(46,154,81); }
H1.HeaderClassName
{
color: #2E9A51;
}
.AnyTagClassName
{
color: #2E9A51;
}
</style>
background-color css
<style>
a { background-color: #2E9A51; }
a { background-color: rgb(46,154,81); }
div.DivClassName
{
background-color: #2E9A51;
}
.BgClassName
{
background-color: #2E9A51;
}
</style>
border-color css
<style>
span { border-color: #2E9A51; }
span { border-color: rgb(46,154,81); }
td.TdClassName
{
border-color: #2E9A51;
}
.TagClassName
{
border-color: #2E9A51;
}
</style>