Shades of Sea Green #2E954B
Tints of Sea Green #2E954B
RGB
CMYK
RGB Variations
Color information
#2E954B (or 0x2E954B) is known color: Sea Green. HEX triplet: 2E, 95 and 4B. RGB value is (46,149,75). Sum of RGB (Red+Green+Blue) = 46+149+75=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #2E954B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E954B is #D16AB4. Grayscale: #6D6D6D. Windows color (decimal): -13724341 or 4953390. OLE color: 4953390.
HSL color Cylindrical-coordinate representation of color #2E954B: hue angle of 136.89º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E954B is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 75 | - |
| CMYK | 0.69 | 0 | 0.50 | 0.42 |
| HSL | 136.89º | 0.53% | 0.38% | - |
| HSV(B) | 136.89º | 0.69% | 0.58% | - |
| XYZ | 13.14 | 22.58 | 10.32 | - |
| YUV | 109.77 | 108.38 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 75 | 0.69 | 0 | 0.50 | 0.42 | 136.89 | 0.53 | 0.38 |
| Hex | 2E | 95 | 4B | 45 | 0 | 32 | 2A | 89 | 35 | 26 |
| Octal | 56 | 225 | 113 | 105 | 0 | 62 | 52 | 211 | 65 | 46 |
| Binary | 101110 | 10010101 | 1001011 | 1000101 | 0 | 110010 | 101010 | 10001001 | 110101 | 100110 |
Color Harmonies of #2E954B
Complementary color
Monochromatic Colors of #2E954B
Black with #2E954B
Text Example
Text Example
White with #2E954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E954B; }
p { color: rgb(46,149,75); }
H1.HeaderClassName
{
color: #2E954B;
}
.AnyTagClassName
{
color: #2E954B;
}
</style>
background-color css
<style>
a { background-color: #2E954B; }
a { background-color: rgb(46,149,75); }
div.DivClassName
{
background-color: #2E954B;
}
.BgClassName
{
background-color: #2E954B;
}
</style>
border-color css
<style>
span { border-color: #2E954B; }
span { border-color: rgb(46,149,75); }
td.TdClassName
{
border-color: #2E954B;
}
.TagClassName
{
border-color: #2E954B;
}
</style>