Shades of Sea Green #2E855A
Tints of Sea Green #2E855A
RGB
CMYK
RGB Variations
Color information
#2E855A (or 0x2E855A) is known color: Sea Green. HEX triplet: 2E, 85 and 5A. RGB value is (46,133,90). Sum of RGB (Red+Green+Blue) = 46+133+90=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #2E855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E855A is #D17AA5. Grayscale: #666666. Windows color (decimal): -13728422 or 5932334. OLE color: 5932334.
HSL color Cylindrical-coordinate representation of color #2E855A: hue angle of 150.34º 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 #2E855A is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 133 | 90 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.48 |
| HSL | 150.34º | 0.49% | 0.35% | - |
| HSV(B) | 150.34º | 0.65% | 0.52% | - |
| XYZ | 11.36 | 18.09 | 12.57 | - |
| YUV | 102.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 90 | 0.65 | 0 | 0.32 | 0.48 | 150.34 | 0.49 | 0.35 |
| Hex | 2E | 85 | 5A | 41 | 0 | 20 | 30 | 96 | 31 | 23 |
| Octal | 56 | 205 | 132 | 101 | 0 | 40 | 60 | 226 | 61 | 43 |
| Binary | 101110 | 10000101 | 1011010 | 1000001 | 0 | 100000 | 110000 | 10010110 | 110001 | 100011 |
Color Harmonies of #2E855A
Complementary color
Monochromatic Colors of #2E855A
Black with #2E855A
Text Example
Text Example
White with #2E855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E855A; }
p { color: rgb(46,133,90); }
H1.HeaderClassName
{
color: #2E855A;
}
.AnyTagClassName
{
color: #2E855A;
}
</style>
background-color css
<style>
a { background-color: #2E855A; }
a { background-color: rgb(46,133,90); }
div.DivClassName
{
background-color: #2E855A;
}
.BgClassName
{
background-color: #2E855A;
}
</style>
border-color css
<style>
span { border-color: #2E855A; }
span { border-color: rgb(46,133,90); }
td.TdClassName
{
border-color: #2E855A;
}
.TagClassName
{
border-color: #2E855A;
}
</style>