Shades of Sea Green #2E895A
Tints of Sea Green #2E895A
RGB
CMYK
RGB Variations
Color information
#2E895A (or 0x2E895A) is known color: Sea Green. HEX triplet: 2E, 89 and 5A. RGB value is (46,137,90). Sum of RGB (Red+Green+Blue) = 46+137+90=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #2E895A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E895A is #D176A5. Grayscale: #686868. Windows color (decimal): -13727398 or 5933358. OLE color: 5933358.
HSL color Cylindrical-coordinate representation of color #2E895A: hue angle of 149.01º 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 #2E895A is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 90 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.46 |
| HSL | 149.01º | 0.5% | 0.36% | - |
| HSV(B) | 149.01º | 0.66% | 0.54% | - |
| XYZ | 11.92 | 19.21 | 12.75 | - |
| YUV | 104.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 90 | 0.66 | 0 | 0.34 | 0.46 | 149.01 | 0.5 | 0.36 |
| Hex | 2E | 89 | 5A | 42 | 0 | 22 | 2E | 95 | 32 | 24 |
| Octal | 56 | 211 | 132 | 102 | 0 | 42 | 56 | 225 | 62 | 44 |
| Binary | 101110 | 10001001 | 1011010 | 1000010 | 0 | 100010 | 101110 | 10010101 | 110010 | 100100 |
Color Harmonies of #2E895A
Complementary color
Monochromatic Colors of #2E895A
Black with #2E895A
Text Example
Text Example
White with #2E895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E895A; }
p { color: rgb(46,137,90); }
H1.HeaderClassName
{
color: #2E895A;
}
.AnyTagClassName
{
color: #2E895A;
}
</style>
background-color css
<style>
a { background-color: #2E895A; }
a { background-color: rgb(46,137,90); }
div.DivClassName
{
background-color: #2E895A;
}
.BgClassName
{
background-color: #2E895A;
}
</style>
border-color css
<style>
span { border-color: #2E895A; }
span { border-color: rgb(46,137,90); }
td.TdClassName
{
border-color: #2E895A;
}
.TagClassName
{
border-color: #2E895A;
}
</style>