Shades of Sea Green #2E895B
Tints of Sea Green #2E895B
RGB
CMYK
RGB Variations
Color information
#2E895B (or 0x2E895B) is known color: Sea Green. HEX triplet: 2E, 89 and 5B. RGB value is (46,137,91). Sum of RGB (Red+Green+Blue) = 46+137+91=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #2E895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E895B is #D176A4. Grayscale: #686868. Windows color (decimal): -13727397 or 5998894. OLE color: 5998894.
HSL color Cylindrical-coordinate representation of color #2E895B: hue angle of 149.67º 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 #2E895B is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 91 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.46 |
| HSL | 149.67º | 0.5% | 0.36% | - |
| HSV(B) | 149.67º | 0.66% | 0.54% | - |
| XYZ | 11.96 | 19.23 | 12.98 | - |
| YUV | 104.55 | 120.35 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 91 | 0.66 | 0 | 0.34 | 0.46 | 149.67 | 0.5 | 0.36 |
| Hex | 2E | 89 | 5B | 42 | 0 | 22 | 2E | 96 | 32 | 24 |
| Octal | 56 | 211 | 133 | 102 | 0 | 42 | 56 | 226 | 62 | 44 |
| Binary | 101110 | 10001001 | 1011011 | 1000010 | 0 | 100010 | 101110 | 10010110 | 110010 | 100100 |
Color Harmonies of #2E895B
Complementary color
Monochromatic Colors of #2E895B
Black with #2E895B
Text Example
Text Example
White with #2E895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E895B; }
p { color: rgb(46,137,91); }
H1.HeaderClassName
{
color: #2E895B;
}
.AnyTagClassName
{
color: #2E895B;
}
</style>
background-color css
<style>
a { background-color: #2E895B; }
a { background-color: rgb(46,137,91); }
div.DivClassName
{
background-color: #2E895B;
}
.BgClassName
{
background-color: #2E895B;
}
</style>
border-color css
<style>
span { border-color: #2E895B; }
span { border-color: rgb(46,137,91); }
td.TdClassName
{
border-color: #2E895B;
}
.TagClassName
{
border-color: #2E895B;
}
</style>