Shades of Sea Green #2E894A
Tints of Sea Green #2E894A
RGB
CMYK
RGB Variations
Color information
#2E894A (or 0x2E894A) is known color: Sea Green. HEX triplet: 2E, 89 and 4A. RGB value is (46,137,74). Sum of RGB (Red+Green+Blue) = 46+137+74=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #2E894A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E894A is #D176B5. Grayscale: #666666. Windows color (decimal): -13727414 or 4884782. OLE color: 4884782.
HSL color Cylindrical-coordinate representation of color #2E894A: hue angle of 138.46º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E894A is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 74 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.46 |
| HSL | 138.46º | 0.5% | 0.36% | - |
| HSV(B) | 138.46º | 0.66% | 0.54% | - |
| XYZ | 11.31 | 18.97 | 9.54 | - |
| YUV | 102.61 | 111.85 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 74 | 0.66 | 0 | 0.46 | 0.46 | 138.46 | 0.5 | 0.36 |
| Hex | 2E | 89 | 4A | 42 | 0 | 2E | 2E | 8A | 32 | 24 |
| Octal | 56 | 211 | 112 | 102 | 0 | 56 | 56 | 212 | 62 | 44 |
| Binary | 101110 | 10001001 | 1001010 | 1000010 | 0 | 101110 | 101110 | 10001010 | 110010 | 100100 |
Color Harmonies of #2E894A
Complementary color
Monochromatic Colors of #2E894A
Black with #2E894A
Text Example
Text Example
White with #2E894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E894A; }
p { color: rgb(46,137,74); }
H1.HeaderClassName
{
color: #2E894A;
}
.AnyTagClassName
{
color: #2E894A;
}
</style>
background-color css
<style>
a { background-color: #2E894A; }
a { background-color: rgb(46,137,74); }
div.DivClassName
{
background-color: #2E894A;
}
.BgClassName
{
background-color: #2E894A;
}
</style>
border-color css
<style>
span { border-color: #2E894A; }
span { border-color: rgb(46,137,74); }
td.TdClassName
{
border-color: #2E894A;
}
.TagClassName
{
border-color: #2E894A;
}
</style>