Shades of Sea Green #2E8C4D
Tints of Sea Green #2E8C4D
RGB
CMYK
RGB Variations
Color information
#2E8C4D (or 0x2E8C4D) is known color: Sea Green. HEX triplet: 2E, 8C and 4D. RGB value is (46,140,77). Sum of RGB (Red+Green+Blue) = 46+140+77=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 140 (55.08% from 255 or 53.23% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8C4D is #D173B2. Grayscale: #686868. Windows color (decimal): -13726643 or 5082158. OLE color: 5082158.
HSL color Cylindrical-coordinate representation of color #2E8C4D: hue angle of 139.79º 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 #2E8C4D is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 140 | 77 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.45 |
| HSL | 139.79º | 0.51% | 0.36% | - |
| HSV(B) | 139.79º | 0.67% | 0.55% | - |
| XYZ | 11.84 | 19.87 | 10.23 | - |
| YUV | 104.71 | 112.36 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 77 | 0.67 | 0 | 0.45 | 0.45 | 139.79 | 0.51 | 0.36 |
| Hex | 2E | 8C | 4D | 43 | 0 | 2D | 2D | 8C | 33 | 24 |
| Octal | 56 | 214 | 115 | 103 | 0 | 55 | 55 | 214 | 63 | 44 |
| Binary | 101110 | 10001100 | 1001101 | 1000011 | 0 | 101101 | 101101 | 10001100 | 110011 | 100100 |
Color Harmonies of #2E8C4D
Complementary color
Monochromatic Colors of #2E8C4D
Black with #2E8C4D
Text Example
Text Example
White with #2E8C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8C4D; }
p { color: rgb(46,140,77); }
H1.HeaderClassName
{
color: #2E8C4D;
}
.AnyTagClassName
{
color: #2E8C4D;
}
</style>
background-color css
<style>
a { background-color: #2E8C4D; }
a { background-color: rgb(46,140,77); }
div.DivClassName
{
background-color: #2E8C4D;
}
.BgClassName
{
background-color: #2E8C4D;
}
</style>
border-color css
<style>
span { border-color: #2E8C4D; }
span { border-color: rgb(46,140,77); }
td.TdClassName
{
border-color: #2E8C4D;
}
.TagClassName
{
border-color: #2E8C4D;
}
</style>