Shades of Sea Green #2E8A5C
Tints of Sea Green #2E8A5C
RGB
CMYK
RGB Variations
Color information
#2E8A5C (or 0x2E8A5C) is known color: Sea Green. HEX triplet: 2E, 8A and 5C. RGB value is (46,138,92). Sum of RGB (Red+Green+Blue) = 46+138+92=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8A5C is #D175A3. Grayscale: #696969. Windows color (decimal): -13727140 or 6064686. OLE color: 6064686.
HSL color Cylindrical-coordinate representation of color #2E8A5C: hue angle of 150º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8A5C is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 138 | 92 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.46 |
| HSL | 150º | 0.5% | 0.36% | - |
| HSV(B) | 150º | 0.67% | 0.54% | - |
| XYZ | 12.15 | 19.53 | 13.25 | - |
| YUV | 105.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 92 | 0.67 | 0 | 0.33 | 0.46 | 150 | 0.5 | 0.36 |
| Hex | 2E | 8A | 5C | 43 | 0 | 21 | 2E | 96 | 32 | 24 |
| Octal | 56 | 212 | 134 | 103 | 0 | 41 | 56 | 226 | 62 | 44 |
| Binary | 101110 | 10001010 | 1011100 | 1000011 | 0 | 100001 | 101110 | 10010110 | 110010 | 100100 |
Color Harmonies of #2E8A5C
Complementary color
Monochromatic Colors of #2E8A5C
Black with #2E8A5C
Text Example
Text Example
White with #2E8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8A5C; }
p { color: rgb(46,138,92); }
H1.HeaderClassName
{
color: #2E8A5C;
}
.AnyTagClassName
{
color: #2E8A5C;
}
</style>
background-color css
<style>
a { background-color: #2E8A5C; }
a { background-color: rgb(46,138,92); }
div.DivClassName
{
background-color: #2E8A5C;
}
.BgClassName
{
background-color: #2E8A5C;
}
</style>
border-color css
<style>
span { border-color: #2E8A5C; }
span { border-color: rgb(46,138,92); }
td.TdClassName
{
border-color: #2E8A5C;
}
.TagClassName
{
border-color: #2E8A5C;
}
</style>