Shades of Sea Green #2E8256
Tints of Sea Green #2E8256
RGB
CMYK
RGB Variations
Color information
#2E8256 (or 0x2E8256) is known color: Sea Green. HEX triplet: 2E, 82 and 56. RGB value is (46,130,86). Sum of RGB (Red+Green+Blue) = 46+130+86=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #2E8256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8256 is #D17DA9. Grayscale: #636363. Windows color (decimal): -13729194 or 5669422. OLE color: 5669422.
HSL color Cylindrical-coordinate representation of color #2E8256: hue angle of 148.57º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E8256 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 130 | 86 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.49 |
| HSL | 148.57º | 0.48% | 0.35% | - |
| HSV(B) | 148.57º | 0.65% | 0.51% | - |
| XYZ | 10.79 | 17.22 | 11.56 | - |
| YUV | 99.87 | 120.17 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 130 | 86 | 0.65 | 0 | 0.34 | 0.49 | 148.57 | 0.48 | 0.35 |
| Hex | 2E | 82 | 56 | 41 | 0 | 22 | 31 | 95 | 30 | 23 |
| Octal | 56 | 202 | 126 | 101 | 0 | 42 | 61 | 225 | 60 | 43 |
| Binary | 101110 | 10000010 | 1010110 | 1000001 | 0 | 100010 | 110001 | 10010101 | 110000 | 100011 |
Color Harmonies of #2E8256
Complementary color
Monochromatic Colors of #2E8256
Black with #2E8256
Text Example
Text Example
White with #2E8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8256; }
p { color: rgb(46,130,86); }
H1.HeaderClassName
{
color: #2E8256;
}
.AnyTagClassName
{
color: #2E8256;
}
</style>
background-color css
<style>
a { background-color: #2E8256; }
a { background-color: rgb(46,130,86); }
div.DivClassName
{
background-color: #2E8256;
}
.BgClassName
{
background-color: #2E8256;
}
</style>
border-color css
<style>
span { border-color: #2E8256; }
span { border-color: rgb(46,130,86); }
td.TdClassName
{
border-color: #2E8256;
}
.TagClassName
{
border-color: #2E8256;
}
</style>