Shades of Sea Green #2E905D
Tints of Sea Green #2E905D
RGB
CMYK
RGB Variations
Color information
#2E905D (or 0x2E905D) is known color: Sea Green. HEX triplet: 2E, 90 and 5D. RGB value is (46,144,93). Sum of RGB (Red+Green+Blue) = 46+144+93=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #2E905D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E905D is #D16FA2. Grayscale: #6C6C6C. Windows color (decimal): -13725603 or 6131758. OLE color: 6131758.
HSL color Cylindrical-coordinate representation of color #2E905D: hue angle of 148.78º 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 #2E905D is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 144 | 93 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.44 |
| HSL | 148.78º | 0.52% | 0.37% | - |
| HSV(B) | 148.78º | 0.68% | 0.56% | - |
| XYZ | 13.08 | 21.32 | 13.78 | - |
| YUV | 108.88 | 119.03 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 144 | 93 | 0.68 | 0 | 0.35 | 0.44 | 148.78 | 0.52 | 0.37 |
| Hex | 2E | 90 | 5D | 44 | 0 | 23 | 2C | 95 | 34 | 25 |
| Octal | 56 | 220 | 135 | 104 | 0 | 43 | 54 | 225 | 64 | 45 |
| Binary | 101110 | 10010000 | 1011101 | 1000100 | 0 | 100011 | 101100 | 10010101 | 110100 | 100101 |
Color Harmonies of #2E905D
Complementary color
Monochromatic Colors of #2E905D
Black with #2E905D
Text Example
Text Example
White with #2E905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E905D; }
p { color: rgb(46,144,93); }
H1.HeaderClassName
{
color: #2E905D;
}
.AnyTagClassName
{
color: #2E905D;
}
</style>
background-color css
<style>
a { background-color: #2E905D; }
a { background-color: rgb(46,144,93); }
div.DivClassName
{
background-color: #2E905D;
}
.BgClassName
{
background-color: #2E905D;
}
</style>
border-color css
<style>
span { border-color: #2E905D; }
span { border-color: rgb(46,144,93); }
td.TdClassName
{
border-color: #2E905D;
}
.TagClassName
{
border-color: #2E905D;
}
</style>