Shades of Sea Green #2E914F
Tints of Sea Green #2E914F
RGB
CMYK
RGB Variations
Color information
#2E914F (or 0x2E914F) is known color: Sea Green. HEX triplet: 2E, 91 and 4F. RGB value is (46,145,79). Sum of RGB (Red+Green+Blue) = 46+145+79=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #2E914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E914F is #D16EB0. Grayscale: #6C6C6C. Windows color (decimal): -13725361 or 5214510. OLE color: 5214510.
HSL color Cylindrical-coordinate representation of color #2E914F: hue angle of 140º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E914F is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 145 | 79 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.43 |
| HSL | 140º | 0.52% | 0.37% | - |
| HSV(B) | 140º | 0.68% | 0.57% | - |
| XYZ | 12.66 | 21.4 | 10.86 | - |
| YUV | 107.88 | 111.7 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 145 | 79 | 0.68 | 0 | 0.46 | 0.43 | 140 | 0.52 | 0.37 |
| Hex | 2E | 91 | 4F | 44 | 0 | 2E | 2B | 8C | 34 | 25 |
| Octal | 56 | 221 | 117 | 104 | 0 | 56 | 53 | 214 | 64 | 45 |
| Binary | 101110 | 10010001 | 1001111 | 1000100 | 0 | 101110 | 101011 | 10001100 | 110100 | 100101 |
Color Harmonies of #2E914F
Complementary color
Monochromatic Colors of #2E914F
Black with #2E914F
Text Example
Text Example
White with #2E914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E914F; }
p { color: rgb(46,145,79); }
H1.HeaderClassName
{
color: #2E914F;
}
.AnyTagClassName
{
color: #2E914F;
}
</style>
background-color css
<style>
a { background-color: #2E914F; }
a { background-color: rgb(46,145,79); }
div.DivClassName
{
background-color: #2E914F;
}
.BgClassName
{
background-color: #2E914F;
}
</style>
border-color css
<style>
span { border-color: #2E914F; }
span { border-color: rgb(46,145,79); }
td.TdClassName
{
border-color: #2E914F;
}
.TagClassName
{
border-color: #2E914F;
}
</style>