Shades of Sea Green #2E8351
Tints of Sea Green #2E8351
RGB
CMYK
RGB Variations
Color information
#2E8351 (or 0x2E8351) is known color: Sea Green. HEX triplet: 2E, 83 and 51. RGB value is (46,131,81). Sum of RGB (Red+Green+Blue) = 46+131+81=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #2E8351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8351 is #D17CAE. Grayscale: #636363. Windows color (decimal): -13728943 or 5341998. OLE color: 5341998.
HSL color Cylindrical-coordinate representation of color #2E8351: hue angle of 144.71º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E8351 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 131 | 81 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.49 |
| HSL | 144.71º | 0.48% | 0.35% | - |
| HSV(B) | 144.71º | 0.65% | 0.51% | - |
| XYZ | 10.73 | 17.41 | 10.58 | - |
| YUV | 99.89 | 117.34 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 131 | 81 | 0.65 | 0 | 0.38 | 0.49 | 144.71 | 0.48 | 0.35 |
| Hex | 2E | 83 | 51 | 41 | 0 | 26 | 31 | 91 | 30 | 23 |
| Octal | 56 | 203 | 121 | 101 | 0 | 46 | 61 | 221 | 60 | 43 |
| Binary | 101110 | 10000011 | 1010001 | 1000001 | 0 | 100110 | 110001 | 10010001 | 110000 | 100011 |
Color Harmonies of #2E8351
Complementary color
Monochromatic Colors of #2E8351
Black with #2E8351
Text Example
Text Example
White with #2E8351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8351; }
p { color: rgb(46,131,81); }
H1.HeaderClassName
{
color: #2E8351;
}
.AnyTagClassName
{
color: #2E8351;
}
</style>
background-color css
<style>
a { background-color: #2E8351; }
a { background-color: rgb(46,131,81); }
div.DivClassName
{
background-color: #2E8351;
}
.BgClassName
{
background-color: #2E8351;
}
</style>
border-color css
<style>
span { border-color: #2E8351; }
span { border-color: rgb(46,131,81); }
td.TdClassName
{
border-color: #2E8351;
}
.TagClassName
{
border-color: #2E8351;
}
</style>