Shades of Sea Green #2E854D
Tints of Sea Green #2E854D
RGB
CMYK
RGB Variations
Color information
#2E854D (or 0x2E854D) is known color: Sea Green. HEX triplet: 2E, 85 and 4D. RGB value is (46,133,77). Sum of RGB (Red+Green+Blue) = 46+133+77=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #2E854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E854D is #D17AB2. Grayscale: #646464. Windows color (decimal): -13728435 or 5080366. OLE color: 5080366.
HSL color Cylindrical-coordinate representation of color #2E854D: hue angle of 141.38º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E854D is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 133 | 77 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.48 |
| HSL | 141.38º | 0.49% | 0.35% | - |
| HSV(B) | 141.38º | 0.65% | 0.52% | - |
| XYZ | 10.85 | 17.89 | 9.9 | - |
| YUV | 100.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 77 | 0.65 | 0 | 0.42 | 0.48 | 141.38 | 0.49 | 0.35 |
| Hex | 2E | 85 | 4D | 41 | 0 | 2A | 30 | 8D | 31 | 23 |
| Octal | 56 | 205 | 115 | 101 | 0 | 52 | 60 | 215 | 61 | 43 |
| Binary | 101110 | 10000101 | 1001101 | 1000001 | 0 | 101010 | 110000 | 10001101 | 110001 | 100011 |
Color Harmonies of #2E854D
Complementary color
Monochromatic Colors of #2E854D
Black with #2E854D
Text Example
Text Example
White with #2E854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E854D; }
p { color: rgb(46,133,77); }
H1.HeaderClassName
{
color: #2E854D;
}
.AnyTagClassName
{
color: #2E854D;
}
</style>
background-color css
<style>
a { background-color: #2E854D; }
a { background-color: rgb(46,133,77); }
div.DivClassName
{
background-color: #2E854D;
}
.BgClassName
{
background-color: #2E854D;
}
</style>
border-color css
<style>
span { border-color: #2E854D; }
span { border-color: rgb(46,133,77); }
td.TdClassName
{
border-color: #2E854D;
}
.TagClassName
{
border-color: #2E854D;
}
</style>