Shades of Sea Green #2E904D
Tints of Sea Green #2E904D
RGB
CMYK
RGB Variations
Color information
#2E904D (or 0x2E904D) is known color: Sea Green. HEX triplet: 2E, 90 and 4D. RGB value is (46,144,77). Sum of RGB (Red+Green+Blue) = 46+144+77=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #2E904D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E904D is #D16FB2. Grayscale: #6B6B6B. Windows color (decimal): -13725619 or 5083182. OLE color: 5083182.
HSL color Cylindrical-coordinate representation of color #2E904D: hue angle of 138.98º 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 #2E904D is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 144 | 77 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.44 |
| HSL | 138.98º | 0.52% | 0.37% | - |
| HSV(B) | 138.98º | 0.68% | 0.56% | - |
| XYZ | 12.44 | 21.06 | 10.43 | - |
| YUV | 107.06 | 111.03 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 144 | 77 | 0.68 | 0 | 0.47 | 0.44 | 138.98 | 0.52 | 0.37 |
| Hex | 2E | 90 | 4D | 44 | 0 | 2F | 2C | 8B | 34 | 25 |
| Octal | 56 | 220 | 115 | 104 | 0 | 57 | 54 | 213 | 64 | 45 |
| Binary | 101110 | 10010000 | 1001101 | 1000100 | 0 | 101111 | 101100 | 10001011 | 110100 | 100101 |
Color Harmonies of #2E904D
Complementary color
Monochromatic Colors of #2E904D
Black with #2E904D
Text Example
Text Example
White with #2E904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E904D; }
p { color: rgb(46,144,77); }
H1.HeaderClassName
{
color: #2E904D;
}
.AnyTagClassName
{
color: #2E904D;
}
</style>
background-color css
<style>
a { background-color: #2E904D; }
a { background-color: rgb(46,144,77); }
div.DivClassName
{
background-color: #2E904D;
}
.BgClassName
{
background-color: #2E904D;
}
</style>
border-color css
<style>
span { border-color: #2E904D; }
span { border-color: rgb(46,144,77); }
td.TdClassName
{
border-color: #2E904D;
}
.TagClassName
{
border-color: #2E904D;
}
</style>