Shades of Sea Green #2E8359
Tints of Sea Green #2E8359
RGB
CMYK
RGB Variations
Color information
#2E8359 (or 0x2E8359) is known color: Sea Green. HEX triplet: 2E, 83 and 59. RGB value is (46,131,89). Sum of RGB (Red+Green+Blue) = 46+131+89=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #2E8359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8359 is #D17CA6. Grayscale: #646464. Windows color (decimal): -13728935 or 5866286. OLE color: 5866286.
HSL color Cylindrical-coordinate representation of color #2E8359: hue angle of 150.35º 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 #2E8359 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 131 | 89 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.49 |
| HSL | 150.35º | 0.48% | 0.35% | - |
| HSV(B) | 150.35º | 0.65% | 0.51% | - |
| XYZ | 11.05 | 17.53 | 12.25 | - |
| YUV | 100.8 | 121.34 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 131 | 89 | 0.65 | 0 | 0.32 | 0.49 | 150.35 | 0.48 | 0.35 |
| Hex | 2E | 83 | 59 | 41 | 0 | 20 | 31 | 96 | 30 | 23 |
| Octal | 56 | 203 | 131 | 101 | 0 | 40 | 61 | 226 | 60 | 43 |
| Binary | 101110 | 10000011 | 1011001 | 1000001 | 0 | 100000 | 110001 | 10010110 | 110000 | 100011 |
Color Harmonies of #2E8359
Complementary color
Monochromatic Colors of #2E8359
Black with #2E8359
Text Example
Text Example
White with #2E8359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8359; }
p { color: rgb(46,131,89); }
H1.HeaderClassName
{
color: #2E8359;
}
.AnyTagClassName
{
color: #2E8359;
}
</style>
background-color css
<style>
a { background-color: #2E8359; }
a { background-color: rgb(46,131,89); }
div.DivClassName
{
background-color: #2E8359;
}
.BgClassName
{
background-color: #2E8359;
}
</style>
border-color css
<style>
span { border-color: #2E8359; }
span { border-color: rgb(46,131,89); }
td.TdClassName
{
border-color: #2E8359;
}
.TagClassName
{
border-color: #2E8359;
}
</style>