Shades of Sea Green #2E855E
Tints of Sea Green #2E855E
RGB
CMYK
RGB Variations
Color information
#2E855E (or 0x2E855E) is known color: Sea Green. HEX triplet: 2E, 85 and 5E. RGB value is (46,133,94). Sum of RGB (Red+Green+Blue) = 46+133+94=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #2E855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E855E is #D17AA1. Grayscale: #666666. Windows color (decimal): -13728418 or 6194478. OLE color: 6194478.
HSL color Cylindrical-coordinate representation of color #2E855E: hue angle of 153.1º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E855E is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 133 | 94 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.48 |
| HSL | 153.1º | 0.49% | 0.35% | - |
| HSV(B) | 153.1º | 0.65% | 0.52% | - |
| XYZ | 11.53 | 18.16 | 13.49 | - |
| YUV | 102.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 94 | 0.65 | 0 | 0.29 | 0.48 | 153.1 | 0.49 | 0.35 |
| Hex | 2E | 85 | 5E | 41 | 0 | 1D | 30 | 99 | 31 | 23 |
| Octal | 56 | 205 | 136 | 101 | 0 | 35 | 60 | 231 | 61 | 43 |
| Binary | 101110 | 10000101 | 1011110 | 1000001 | 0 | 11101 | 110000 | 10011001 | 110001 | 100011 |
Color Harmonies of #2E855E
Complementary color
Monochromatic Colors of #2E855E
Black with #2E855E
Text Example
Text Example
White with #2E855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E855E; }
p { color: rgb(46,133,94); }
H1.HeaderClassName
{
color: #2E855E;
}
.AnyTagClassName
{
color: #2E855E;
}
</style>
background-color css
<style>
a { background-color: #2E855E; }
a { background-color: rgb(46,133,94); }
div.DivClassName
{
background-color: #2E855E;
}
.BgClassName
{
background-color: #2E855E;
}
</style>
border-color css
<style>
span { border-color: #2E855E; }
span { border-color: rgb(46,133,94); }
td.TdClassName
{
border-color: #2E855E;
}
.TagClassName
{
border-color: #2E855E;
}
</style>