Shades of Sea Green #2E8A5D
Tints of Sea Green #2E8A5D
RGB
CMYK
RGB Variations
Color information
#2E8A5D (or 0x2E8A5D) is known color: Sea Green. HEX triplet: 2E, 8A and 5D. RGB value is (46,138,93). Sum of RGB (Red+Green+Blue) = 46+138+93=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8A5D is #D175A2. Grayscale: #696969. Windows color (decimal): -13727139 or 6130222. OLE color: 6130222.
HSL color Cylindrical-coordinate representation of color #2E8A5D: hue angle of 150.65º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8A5D is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 138 | 93 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.46 |
| HSL | 150.65º | 0.5% | 0.36% | - |
| HSV(B) | 150.65º | 0.67% | 0.54% | - |
| XYZ | 12.19 | 19.55 | 13.49 | - |
| YUV | 105.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 93 | 0.67 | 0 | 0.33 | 0.46 | 150.65 | 0.5 | 0.36 |
| Hex | 2E | 8A | 5D | 43 | 0 | 21 | 2E | 97 | 32 | 24 |
| Octal | 56 | 212 | 135 | 103 | 0 | 41 | 56 | 227 | 62 | 44 |
| Binary | 101110 | 10001010 | 1011101 | 1000011 | 0 | 100001 | 101110 | 10010111 | 110010 | 100100 |
Color Harmonies of #2E8A5D
Complementary color
Monochromatic Colors of #2E8A5D
Black with #2E8A5D
Text Example
Text Example
White with #2E8A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8A5D; }
p { color: rgb(46,138,93); }
H1.HeaderClassName
{
color: #2E8A5D;
}
.AnyTagClassName
{
color: #2E8A5D;
}
</style>
background-color css
<style>
a { background-color: #2E8A5D; }
a { background-color: rgb(46,138,93); }
div.DivClassName
{
background-color: #2E8A5D;
}
.BgClassName
{
background-color: #2E8A5D;
}
</style>
border-color css
<style>
span { border-color: #2E8A5D; }
span { border-color: rgb(46,138,93); }
td.TdClassName
{
border-color: #2E8A5D;
}
.TagClassName
{
border-color: #2E8A5D;
}
</style>