Shades of Sea Green #2E8C55
Tints of Sea Green #2E8C55
RGB
CMYK
RGB Variations
Color information
#2E8C55 (or 0x2E8C55) is known color: Sea Green. HEX triplet: 2E, 8C and 55. RGB value is (46,140,85). Sum of RGB (Red+Green+Blue) = 46+140+85=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8C55 is #D173AA. Grayscale: #696969. Windows color (decimal): -13726635 or 5606446. OLE color: 5606446.
HSL color Cylindrical-coordinate representation of color #2E8C55: hue angle of 144.89º 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 #2E8C55 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 140 | 85 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.45 |
| HSL | 144.89º | 0.51% | 0.36% | - |
| HSV(B) | 144.89º | 0.67% | 0.55% | - |
| XYZ | 12.14 | 19.99 | 11.81 | - |
| YUV | 105.62 | 116.36 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 85 | 0.67 | 0 | 0.39 | 0.45 | 144.89 | 0.51 | 0.36 |
| Hex | 2E | 8C | 55 | 43 | 0 | 27 | 2D | 91 | 33 | 24 |
| Octal | 56 | 214 | 125 | 103 | 0 | 47 | 55 | 221 | 63 | 44 |
| Binary | 101110 | 10001100 | 1010101 | 1000011 | 0 | 100111 | 101101 | 10010001 | 110011 | 100100 |
Color Harmonies of #2E8C55
Complementary color
Monochromatic Colors of #2E8C55
Black with #2E8C55
Text Example
Text Example
White with #2E8C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8C55; }
p { color: rgb(46,140,85); }
H1.HeaderClassName
{
color: #2E8C55;
}
.AnyTagClassName
{
color: #2E8C55;
}
</style>
background-color css
<style>
a { background-color: #2E8C55; }
a { background-color: rgb(46,140,85); }
div.DivClassName
{
background-color: #2E8C55;
}
.BgClassName
{
background-color: #2E8C55;
}
</style>
border-color css
<style>
span { border-color: #2E8C55; }
span { border-color: rgb(46,140,85); }
td.TdClassName
{
border-color: #2E8C55;
}
.TagClassName
{
border-color: #2E8C55;
}
</style>