Shades of Sea Green #2E8D5F
Tints of Sea Green #2E8D5F
RGB
CMYK
RGB Variations
Color information
#2E8D5F (or 0x2E8D5F) is known color: Sea Green. HEX triplet: 2E, 8D and 5F. RGB value is (46,141,95). Sum of RGB (Red+Green+Blue) = 46+141+95=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8D5F is #D172A0. Grayscale: #6B6B6B. Windows color (decimal): -13726369 or 6262062. OLE color: 6262062.
HSL color Cylindrical-coordinate representation of color #2E8D5F: hue angle of 150.95º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8D5F is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 141 | 95 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.45 |
| HSL | 150.95º | 0.51% | 0.37% | - |
| HSV(B) | 150.95º | 0.67% | 0.55% | - |
| XYZ | 12.72 | 20.46 | 14.1 | - |
| YUV | 107.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 141 | 95 | 0.67 | 0 | 0.33 | 0.45 | 150.95 | 0.51 | 0.37 |
| Hex | 2E | 8D | 5F | 43 | 0 | 21 | 2D | 97 | 33 | 25 |
| Octal | 56 | 215 | 137 | 103 | 0 | 41 | 55 | 227 | 63 | 45 |
| Binary | 101110 | 10001101 | 1011111 | 1000011 | 0 | 100001 | 101101 | 10010111 | 110011 | 100101 |
Color Harmonies of #2E8D5F
Complementary color
Monochromatic Colors of #2E8D5F
Black with #2E8D5F
Text Example
Text Example
White with #2E8D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8D5F; }
p { color: rgb(46,141,95); }
H1.HeaderClassName
{
color: #2E8D5F;
}
.AnyTagClassName
{
color: #2E8D5F;
}
</style>
background-color css
<style>
a { background-color: #2E8D5F; }
a { background-color: rgb(46,141,95); }
div.DivClassName
{
background-color: #2E8D5F;
}
.BgClassName
{
background-color: #2E8D5F;
}
</style>
border-color css
<style>
span { border-color: #2E8D5F; }
span { border-color: rgb(46,141,95); }
td.TdClassName
{
border-color: #2E8D5F;
}
.TagClassName
{
border-color: #2E8D5F;
}
</style>