Shades of Sea Green #2E895D
Tints of Sea Green #2E895D
RGB
CMYK
RGB Variations
Color information
#2E895D (or 0x2E895D) is known color: Sea Green. HEX triplet: 2E, 89 and 5D. RGB value is (46,137,93). Sum of RGB (Red+Green+Blue) = 46+137+93=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #2E895D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E895D is #D176A2. Grayscale: #686868. Windows color (decimal): -13727395 or 6129966. OLE color: 6129966.
HSL color Cylindrical-coordinate representation of color #2E895D: hue angle of 150.99º 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 #2E895D is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 93 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.46 |
| HSL | 150.99º | 0.5% | 0.36% | - |
| HSV(B) | 150.99º | 0.66% | 0.54% | - |
| XYZ | 12.05 | 19.26 | 13.44 | - |
| YUV | 104.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 93 | 0.66 | 0 | 0.32 | 0.46 | 150.99 | 0.5 | 0.36 |
| Hex | 2E | 89 | 5D | 42 | 0 | 20 | 2E | 97 | 32 | 24 |
| Octal | 56 | 211 | 135 | 102 | 0 | 40 | 56 | 227 | 62 | 44 |
| Binary | 101110 | 10001001 | 1011101 | 1000010 | 0 | 100000 | 101110 | 10010111 | 110010 | 100100 |
Color Harmonies of #2E895D
Complementary color
Monochromatic Colors of #2E895D
Black with #2E895D
Text Example
Text Example
White with #2E895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E895D; }
p { color: rgb(46,137,93); }
H1.HeaderClassName
{
color: #2E895D;
}
.AnyTagClassName
{
color: #2E895D;
}
</style>
background-color css
<style>
a { background-color: #2E895D; }
a { background-color: rgb(46,137,93); }
div.DivClassName
{
background-color: #2E895D;
}
.BgClassName
{
background-color: #2E895D;
}
</style>
border-color css
<style>
span { border-color: #2E895D; }
span { border-color: rgb(46,137,93); }
td.TdClassName
{
border-color: #2E895D;
}
.TagClassName
{
border-color: #2E895D;
}
</style>