Shades of Sea Green #2E8A5E
Tints of Sea Green #2E8A5E
RGB
CMYK
RGB Variations
Color information
#2E8A5E (or 0x2E8A5E) is known color: Sea Green. HEX triplet: 2E, 8A and 5E. RGB value is (46,138,94). Sum of RGB (Red+Green+Blue) = 46+138+94=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8A5E is #D175A1. Grayscale: #696969. Windows color (decimal): -13727138 or 6195758. OLE color: 6195758.
HSL color Cylindrical-coordinate representation of color #2E8A5E: hue angle of 151.3º 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 #2E8A5E is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 138 | 94 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.46 |
| HSL | 151.3º | 0.5% | 0.36% | - |
| HSV(B) | 151.3º | 0.67% | 0.54% | - |
| XYZ | 12.24 | 19.57 | 13.72 | - |
| YUV | 105.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 94 | 0.67 | 0 | 0.32 | 0.46 | 151.3 | 0.5 | 0.36 |
| Hex | 2E | 8A | 5E | 43 | 0 | 20 | 2E | 97 | 32 | 24 |
| Octal | 56 | 212 | 136 | 103 | 0 | 40 | 56 | 227 | 62 | 44 |
| Binary | 101110 | 10001010 | 1011110 | 1000011 | 0 | 100000 | 101110 | 10010111 | 110010 | 100100 |
Color Harmonies of #2E8A5E
Complementary color
Monochromatic Colors of #2E8A5E
Black with #2E8A5E
Text Example
Text Example
White with #2E8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8A5E; }
p { color: rgb(46,138,94); }
H1.HeaderClassName
{
color: #2E8A5E;
}
.AnyTagClassName
{
color: #2E8A5E;
}
</style>
background-color css
<style>
a { background-color: #2E8A5E; }
a { background-color: rgb(46,138,94); }
div.DivClassName
{
background-color: #2E8A5E;
}
.BgClassName
{
background-color: #2E8A5E;
}
</style>
border-color css
<style>
span { border-color: #2E8A5E; }
span { border-color: rgb(46,138,94); }
td.TdClassName
{
border-color: #2E8A5E;
}
.TagClassName
{
border-color: #2E8A5E;
}
</style>