Shades of Sea Green #2E9058
Tints of Sea Green #2E9058
RGB
CMYK
RGB Variations
Color information
#2E9058 (or 0x2E9058) is known color: Sea Green. HEX triplet: 2E, 90 and 58. RGB value is (46,144,88). Sum of RGB (Red+Green+Blue) = 46+144+88=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #2E9058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9058 is #D16FA7. Grayscale: #6C6C6C. Windows color (decimal): -13725608 or 5804078. OLE color: 5804078.
HSL color Cylindrical-coordinate representation of color #2E9058: hue angle of 145.71º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E9058 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 144 | 88 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.44 |
| HSL | 145.71º | 0.52% | 0.37% | - |
| HSV(B) | 145.71º | 0.68% | 0.56% | - |
| XYZ | 12.86 | 21.23 | 12.65 | - |
| YUV | 108.31 | 116.53 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 144 | 88 | 0.68 | 0 | 0.39 | 0.44 | 145.71 | 0.52 | 0.37 |
| Hex | 2E | 90 | 58 | 44 | 0 | 27 | 2C | 92 | 34 | 25 |
| Octal | 56 | 220 | 130 | 104 | 0 | 47 | 54 | 222 | 64 | 45 |
| Binary | 101110 | 10010000 | 1011000 | 1000100 | 0 | 100111 | 101100 | 10010010 | 110100 | 100101 |
Color Harmonies of #2E9058
Complementary color
Monochromatic Colors of #2E9058
Black with #2E9058
Text Example
Text Example
White with #2E9058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9058; }
p { color: rgb(46,144,88); }
H1.HeaderClassName
{
color: #2E9058;
}
.AnyTagClassName
{
color: #2E9058;
}
</style>
background-color css
<style>
a { background-color: #2E9058; }
a { background-color: rgb(46,144,88); }
div.DivClassName
{
background-color: #2E9058;
}
.BgClassName
{
background-color: #2E9058;
}
</style>
border-color css
<style>
span { border-color: #2E9058; }
span { border-color: rgb(46,144,88); }
td.TdClassName
{
border-color: #2E9058;
}
.TagClassName
{
border-color: #2E9058;
}
</style>