Shades of Sea Green #2E8952
Tints of Sea Green #2E8952
RGB
CMYK
RGB Variations
Color information
#2E8952 (or 0x2E8952) is known color: Sea Green. HEX triplet: 2E, 89 and 52. RGB value is (46,137,82). Sum of RGB (Red+Green+Blue) = 46+137+82=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8952 is #D176AD. Grayscale: #676767. Windows color (decimal): -13727406 or 5409070. OLE color: 5409070.
HSL color Cylindrical-coordinate representation of color #2E8952: hue angle of 143.74º 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 #2E8952 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 82 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.46 |
| HSL | 143.74º | 0.5% | 0.36% | - |
| HSV(B) | 143.74º | 0.66% | 0.54% | - |
| XYZ | 11.6 | 19.08 | 11.05 | - |
| YUV | 103.52 | 115.85 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 82 | 0.66 | 0 | 0.40 | 0.46 | 143.74 | 0.5 | 0.36 |
| Hex | 2E | 89 | 52 | 42 | 0 | 28 | 2E | 90 | 32 | 24 |
| Octal | 56 | 211 | 122 | 102 | 0 | 50 | 56 | 220 | 62 | 44 |
| Binary | 101110 | 10001001 | 1010010 | 1000010 | 0 | 101000 | 101110 | 10010000 | 110010 | 100100 |
Color Harmonies of #2E8952
Complementary color
Monochromatic Colors of #2E8952
Black with #2E8952
Text Example
Text Example
White with #2E8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8952; }
p { color: rgb(46,137,82); }
H1.HeaderClassName
{
color: #2E8952;
}
.AnyTagClassName
{
color: #2E8952;
}
</style>
background-color css
<style>
a { background-color: #2E8952; }
a { background-color: rgb(46,137,82); }
div.DivClassName
{
background-color: #2E8952;
}
.BgClassName
{
background-color: #2E8952;
}
</style>
border-color css
<style>
span { border-color: #2E8952; }
span { border-color: rgb(46,137,82); }
td.TdClassName
{
border-color: #2E8952;
}
.TagClassName
{
border-color: #2E8952;
}
</style>