Shades of Sea Green #2E8955
Tints of Sea Green #2E8955
RGB
CMYK
RGB Variations
Color information
#2E8955 (or 0x2E8955) is known color: Sea Green. HEX triplet: 2E, 89 and 55. RGB value is (46,137,85). Sum of RGB (Red+Green+Blue) = 46+137+85=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8955 is #D176AA. Grayscale: #676767. Windows color (decimal): -13727403 or 5605678. OLE color: 5605678.
HSL color Cylindrical-coordinate representation of color #2E8955: hue angle of 145.71º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8955 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 85 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.46 |
| HSL | 145.71º | 0.5% | 0.36% | - |
| HSV(B) | 145.71º | 0.66% | 0.54% | - |
| XYZ | 11.71 | 19.13 | 11.67 | - |
| YUV | 103.86 | 117.35 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 85 | 0.66 | 0 | 0.38 | 0.46 | 145.71 | 0.5 | 0.36 |
| Hex | 2E | 89 | 55 | 42 | 0 | 26 | 2E | 92 | 32 | 24 |
| Octal | 56 | 211 | 125 | 102 | 0 | 46 | 56 | 222 | 62 | 44 |
| Binary | 101110 | 10001001 | 1010101 | 1000010 | 0 | 100110 | 101110 | 10010010 | 110010 | 100100 |
Color Harmonies of #2E8955
Complementary color
Monochromatic Colors of #2E8955
Black with #2E8955
Text Example
Text Example
White with #2E8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8955; }
p { color: rgb(46,137,85); }
H1.HeaderClassName
{
color: #2E8955;
}
.AnyTagClassName
{
color: #2E8955;
}
</style>
background-color css
<style>
a { background-color: #2E8955; }
a { background-color: rgb(46,137,85); }
div.DivClassName
{
background-color: #2E8955;
}
.BgClassName
{
background-color: #2E8955;
}
</style>
border-color css
<style>
span { border-color: #2E8955; }
span { border-color: rgb(46,137,85); }
td.TdClassName
{
border-color: #2E8955;
}
.TagClassName
{
border-color: #2E8955;
}
</style>