Shades of Sea Green #2E8E4C
Tints of Sea Green #2E8E4C
RGB
CMYK
RGB Variations
Color information
#2E8E4C (or 0x2E8E4C) is known color: Sea Green. HEX triplet: 2E, 8E and 4C. RGB value is (46,142,76). Sum of RGB (Red+Green+Blue) = 46+142+76=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 142 (55.86% from 255 or 53.79% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 142 - color contains mainly: green. Hex color #2E8E4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8E4C is #D171B3. Grayscale: #696969. Windows color (decimal): -13726132 or 5017134. OLE color: 5017134.
HSL color Cylindrical-coordinate representation of color #2E8E4C: hue angle of 138.75º degrees, saturation: 0.51, 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 #2E8E4C is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 142 | 76 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.44 |
| HSL | 138.75º | 0.51% | 0.37% | - |
| HSV(B) | 138.75º | 0.68% | 0.56% | - |
| XYZ | 12.1 | 20.45 | 10.15 | - |
| YUV | 105.77 | 111.2 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 142 | 76 | 0.68 | 0 | 0.46 | 0.44 | 138.75 | 0.51 | 0.37 |
| Hex | 2E | 8E | 4C | 44 | 0 | 2E | 2C | 8B | 33 | 25 |
| Octal | 56 | 216 | 114 | 104 | 0 | 56 | 54 | 213 | 63 | 45 |
| Binary | 101110 | 10001110 | 1001100 | 1000100 | 0 | 101110 | 101100 | 10001011 | 110011 | 100101 |
Color Harmonies of #2E8E4C
Complementary color
Monochromatic Colors of #2E8E4C
Black with #2E8E4C
Text Example
Text Example
White with #2E8E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8E4C; }
p { color: rgb(46,142,76); }
H1.HeaderClassName
{
color: #2E8E4C;
}
.AnyTagClassName
{
color: #2E8E4C;
}
</style>
background-color css
<style>
a { background-color: #2E8E4C; }
a { background-color: rgb(46,142,76); }
div.DivClassName
{
background-color: #2E8E4C;
}
.BgClassName
{
background-color: #2E8E4C;
}
</style>
border-color css
<style>
span { border-color: #2E8E4C; }
span { border-color: rgb(46,142,76); }
td.TdClassName
{
border-color: #2E8E4C;
}
.TagClassName
{
border-color: #2E8E4C;
}
</style>