Shades of Sea Green #2E994B
Tints of Sea Green #2E994B
RGB
CMYK
RGB Variations
Color information
#2E994B (or 0x2E994B) is known color: Sea Green. HEX triplet: 2E, 99 and 4B. RGB value is (46,153,75). Sum of RGB (Red+Green+Blue) = 46+153+75=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #2E994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E994B is #D166B4. Grayscale: #707070. Windows color (decimal): -13723317 or 4954414. OLE color: 4954414.
HSL color Cylindrical-coordinate representation of color #2E994B: hue angle of 136.26º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E994B is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 153 | 75 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.4 |
| HSL | 136.26º | 0.54% | 0.39% | - |
| HSV(B) | 136.26º | 0.7% | 0.6% | - |
| XYZ | 13.79 | 23.87 | 10.54 | - |
| YUV | 112.12 | 107.05 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 153 | 75 | 0.70 | 0 | 0.51 | 0.4 | 136.26 | 0.54 | 0.39 |
| Hex | 2E | 99 | 4B | 46 | 0 | 33 | 28 | 88 | 36 | 27 |
| Octal | 56 | 231 | 113 | 106 | 0 | 63 | 50 | 210 | 66 | 47 |
| Binary | 101110 | 10011001 | 1001011 | 1000110 | 0 | 110011 | 101000 | 10001000 | 110110 | 100111 |
Color Harmonies of #2E994B
Complementary color
Monochromatic Colors of #2E994B
Black with #2E994B
Text Example
Text Example
White with #2E994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E994B; }
p { color: rgb(46,153,75); }
H1.HeaderClassName
{
color: #2E994B;
}
.AnyTagClassName
{
color: #2E994B;
}
</style>
background-color css
<style>
a { background-color: #2E994B; }
a { background-color: rgb(46,153,75); }
div.DivClassName
{
background-color: #2E994B;
}
.BgClassName
{
background-color: #2E994B;
}
</style>
border-color css
<style>
span { border-color: #2E994B; }
span { border-color: rgb(46,153,75); }
td.TdClassName
{
border-color: #2E994B;
}
.TagClassName
{
border-color: #2E994B;
}
</style>