Shades of Sea Green #2E8C5F
Tints of Sea Green #2E8C5F
RGB
CMYK
RGB Variations
Color information
#2E8C5F (or 0x2E8C5F) is known color: Sea Green. HEX triplet: 2E, 8C and 5F. RGB value is (46,140,95). Sum of RGB (Red+Green+Blue) = 46+140+95=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8C5F is #D173A0. Grayscale: #6A6A6A. Windows color (decimal): -13726625 or 6261806. OLE color: 6261806.
HSL color Cylindrical-coordinate representation of color #2E8C5F: hue angle of 151.28º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8C5F is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 140 | 95 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.45 |
| HSL | 151.28º | 0.51% | 0.36% | - |
| HSV(B) | 151.28º | 0.67% | 0.55% | - |
| XYZ | 12.57 | 20.16 | 14.06 | - |
| YUV | 106.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 95 | 0.67 | 0 | 0.32 | 0.45 | 151.28 | 0.51 | 0.36 |
| Hex | 2E | 8C | 5F | 43 | 0 | 20 | 2D | 97 | 33 | 24 |
| Octal | 56 | 214 | 137 | 103 | 0 | 40 | 55 | 227 | 63 | 44 |
| Binary | 101110 | 10001100 | 1011111 | 1000011 | 0 | 100000 | 101101 | 10010111 | 110011 | 100100 |
Color Harmonies of #2E8C5F
Complementary color
Monochromatic Colors of #2E8C5F
Black with #2E8C5F
Text Example
Text Example
White with #2E8C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8C5F; }
p { color: rgb(46,140,95); }
H1.HeaderClassName
{
color: #2E8C5F;
}
.AnyTagClassName
{
color: #2E8C5F;
}
</style>
background-color css
<style>
a { background-color: #2E8C5F; }
a { background-color: rgb(46,140,95); }
div.DivClassName
{
background-color: #2E8C5F;
}
.BgClassName
{
background-color: #2E8C5F;
}
</style>
border-color css
<style>
span { border-color: #2E8C5F; }
span { border-color: rgb(46,140,95); }
td.TdClassName
{
border-color: #2E8C5F;
}
.TagClassName
{
border-color: #2E8C5F;
}
</style>