Shades of Sea Green #2E8E5E
Tints of Sea Green #2E8E5E
RGB
CMYK
RGB Variations
Color information
#2E8E5E (or 0x2E8E5E) is known color: Sea Green. HEX triplet: 2E, 8E and 5E. RGB value is (46,142,94). Sum of RGB (Red+Green+Blue) = 46+142+94=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #2E8E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8E5E is #D171A1. Grayscale: #6B6B6B. Windows color (decimal): -13726114 or 6196782. OLE color: 6196782.
HSL color Cylindrical-coordinate representation of color #2E8E5E: hue angle of 150º 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 #2E8E5E is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 142 | 94 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.44 |
| HSL | 150º | 0.51% | 0.37% | - |
| HSV(B) | 150º | 0.68% | 0.56% | - |
| XYZ | 12.82 | 20.74 | 13.92 | - |
| YUV | 107.82 | 120.2 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 142 | 94 | 0.68 | 0 | 0.34 | 0.44 | 150 | 0.51 | 0.37 |
| Hex | 2E | 8E | 5E | 44 | 0 | 22 | 2C | 96 | 33 | 25 |
| Octal | 56 | 216 | 136 | 104 | 0 | 42 | 54 | 226 | 63 | 45 |
| Binary | 101110 | 10001110 | 1011110 | 1000100 | 0 | 100010 | 101100 | 10010110 | 110011 | 100101 |
Color Harmonies of #2E8E5E
Complementary color
Monochromatic Colors of #2E8E5E
Black with #2E8E5E
Text Example
Text Example
White with #2E8E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8E5E; }
p { color: rgb(46,142,94); }
H1.HeaderClassName
{
color: #2E8E5E;
}
.AnyTagClassName
{
color: #2E8E5E;
}
</style>
background-color css
<style>
a { background-color: #2E8E5E; }
a { background-color: rgb(46,142,94); }
div.DivClassName
{
background-color: #2E8E5E;
}
.BgClassName
{
background-color: #2E8E5E;
}
</style>
border-color css
<style>
span { border-color: #2E8E5E; }
span { border-color: rgb(46,142,94); }
td.TdClassName
{
border-color: #2E8E5E;
}
.TagClassName
{
border-color: #2E8E5E;
}
</style>