Shades of Sea Green #2E8151
Tints of Sea Green #2E8151
RGB
CMYK
RGB Variations
Color information
#2E8151 (or 0x2E8151) is known color: Sea Green. HEX triplet: 2E, 81 and 51. RGB value is (46,129,81). Sum of RGB (Red+Green+Blue) = 46+129+81=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #2E8151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8151 is #D17EAE. Grayscale: #626262. Windows color (decimal): -13729455 or 5341486. OLE color: 5341486.
HSL color Cylindrical-coordinate representation of color #2E8151: hue angle of 145.3º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E8151 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 129 | 81 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.49 |
| HSL | 145.3º | 0.47% | 0.34% | - |
| HSV(B) | 145.3º | 0.64% | 0.51% | - |
| XYZ | 10.46 | 16.88 | 10.49 | - |
| YUV | 98.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 81 | 0.64 | 0 | 0.37 | 0.49 | 145.3 | 0.47 | 0.34 |
| Hex | 2E | 81 | 51 | 40 | 0 | 25 | 31 | 91 | 2F | 22 |
| Octal | 56 | 201 | 121 | 100 | 0 | 45 | 61 | 221 | 57 | 42 |
| Binary | 101110 | 10000001 | 1010001 | 1000000 | 0 | 100101 | 110001 | 10010001 | 101111 | 100010 |
Color Harmonies of #2E8151
Complementary color
Monochromatic Colors of #2E8151
Black with #2E8151
Text Example
Text Example
White with #2E8151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8151; }
p { color: rgb(46,129,81); }
H1.HeaderClassName
{
color: #2E8151;
}
.AnyTagClassName
{
color: #2E8151;
}
</style>
background-color css
<style>
a { background-color: #2E8151; }
a { background-color: rgb(46,129,81); }
div.DivClassName
{
background-color: #2E8151;
}
.BgClassName
{
background-color: #2E8151;
}
</style>
border-color css
<style>
span { border-color: #2E8151; }
span { border-color: rgb(46,129,81); }
td.TdClassName
{
border-color: #2E8151;
}
.TagClassName
{
border-color: #2E8151;
}
</style>