Shades of Sea Green #2E8E51
Tints of Sea Green #2E8E51
RGB
CMYK
RGB Variations
Color information
#2E8E51 (or 0x2E8E51) is known color: Sea Green. HEX triplet: 2E, 8E and 51. RGB value is (46,142,81). Sum of RGB (Red+Green+Blue) = 46+142+81=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #2E8E51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8E51 is #D171AE. Grayscale: #6A6A6A. Windows color (decimal): -13726127 or 5344814. OLE color: 5344814.
HSL color Cylindrical-coordinate representation of color #2E8E51: hue angle of 141.88º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8E51 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 142 | 81 | - |
| CMYK | 0.68 | 0 | 0.43 | 0.44 |
| HSL | 141.88º | 0.51% | 0.37% | - |
| HSV(B) | 141.88º | 0.68% | 0.56% | - |
| XYZ | 12.28 | 20.52 | 11.1 | - |
| YUV | 106.34 | 113.7 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 142 | 81 | 0.68 | 0 | 0.43 | 0.44 | 141.88 | 0.51 | 0.37 |
| Hex | 2E | 8E | 51 | 44 | 0 | 2B | 2C | 8E | 33 | 25 |
| Octal | 56 | 216 | 121 | 104 | 0 | 53 | 54 | 216 | 63 | 45 |
| Binary | 101110 | 10001110 | 1010001 | 1000100 | 0 | 101011 | 101100 | 10001110 | 110011 | 100101 |
Color Harmonies of #2E8E51
Complementary color
Monochromatic Colors of #2E8E51
Black with #2E8E51
Text Example
Text Example
White with #2E8E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8E51; }
p { color: rgb(46,142,81); }
H1.HeaderClassName
{
color: #2E8E51;
}
.AnyTagClassName
{
color: #2E8E51;
}
</style>
background-color css
<style>
a { background-color: #2E8E51; }
a { background-color: rgb(46,142,81); }
div.DivClassName
{
background-color: #2E8E51;
}
.BgClassName
{
background-color: #2E8E51;
}
</style>
border-color css
<style>
span { border-color: #2E8E51; }
span { border-color: rgb(46,142,81); }
td.TdClassName
{
border-color: #2E8E51;
}
.TagClassName
{
border-color: #2E8E51;
}
</style>