Shades of Sea Green #2E885D
Tints of Sea Green #2E885D
RGB
CMYK
RGB Variations
Color information
#2E885D (or 0x2E885D) is known color: Sea Green. HEX triplet: 2E, 88 and 5D. RGB value is (46,136,93). Sum of RGB (Red+Green+Blue) = 46+136+93=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #2E885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E885D is #D177A2. Grayscale: #686868. Windows color (decimal): -13727651 or 6129710. OLE color: 6129710.
HSL color Cylindrical-coordinate representation of color #2E885D: hue angle of 151.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E885D is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 136 | 93 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.47 |
| HSL | 151.33º | 0.49% | 0.36% | - |
| HSV(B) | 151.33º | 0.66% | 0.53% | - |
| XYZ | 11.91 | 18.98 | 13.39 | - |
| YUV | 104.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 93 | 0.66 | 0 | 0.32 | 0.47 | 151.33 | 0.49 | 0.36 |
| Hex | 2E | 88 | 5D | 42 | 0 | 20 | 2F | 97 | 31 | 24 |
| Octal | 56 | 210 | 135 | 102 | 0 | 40 | 57 | 227 | 61 | 44 |
| Binary | 101110 | 10001000 | 1011101 | 1000010 | 0 | 100000 | 101111 | 10010111 | 110001 | 100100 |
Color Harmonies of #2E885D
Complementary color
Monochromatic Colors of #2E885D
Black with #2E885D
Text Example
Text Example
White with #2E885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E885D; }
p { color: rgb(46,136,93); }
H1.HeaderClassName
{
color: #2E885D;
}
.AnyTagClassName
{
color: #2E885D;
}
</style>
background-color css
<style>
a { background-color: #2E885D; }
a { background-color: rgb(46,136,93); }
div.DivClassName
{
background-color: #2E885D;
}
.BgClassName
{
background-color: #2E885D;
}
</style>
border-color css
<style>
span { border-color: #2E885D; }
span { border-color: rgb(46,136,93); }
td.TdClassName
{
border-color: #2E885D;
}
.TagClassName
{
border-color: #2E885D;
}
</style>