Shades of Sea Green #2E815A
Tints of Sea Green #2E815A
RGB
CMYK
RGB Variations
Color information
#2E815A (or 0x2E815A) is known color: Sea Green. HEX triplet: 2E, 81 and 5A. RGB value is (46,129,90). Sum of RGB (Red+Green+Blue) = 46+129+90=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #2E815A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E815A is #D17EA5. Grayscale: #636363. Windows color (decimal): -13729446 or 5931310. OLE color: 5931310.
HSL color Cylindrical-coordinate representation of color #2E815A: hue angle of 151.81º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E815A is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 129 | 90 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.49 |
| HSL | 151.81º | 0.47% | 0.34% | - |
| HSV(B) | 151.81º | 0.64% | 0.51% | - |
| XYZ | 10.82 | 17.02 | 12.39 | - |
| YUV | 99.74 | 122.5 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 90 | 0.64 | 0 | 0.30 | 0.49 | 151.81 | 0.47 | 0.34 |
| Hex | 2E | 81 | 5A | 40 | 0 | 1E | 31 | 98 | 2F | 22 |
| Octal | 56 | 201 | 132 | 100 | 0 | 36 | 61 | 230 | 57 | 42 |
| Binary | 101110 | 10000001 | 1011010 | 1000000 | 0 | 11110 | 110001 | 10011000 | 101111 | 100010 |
Color Harmonies of #2E815A
Complementary color
Monochromatic Colors of #2E815A
Black with #2E815A
Text Example
Text Example
White with #2E815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E815A; }
p { color: rgb(46,129,90); }
H1.HeaderClassName
{
color: #2E815A;
}
.AnyTagClassName
{
color: #2E815A;
}
</style>
background-color css
<style>
a { background-color: #2E815A; }
a { background-color: rgb(46,129,90); }
div.DivClassName
{
background-color: #2E815A;
}
.BgClassName
{
background-color: #2E815A;
}
</style>
border-color css
<style>
span { border-color: #2E815A; }
span { border-color: rgb(46,129,90); }
td.TdClassName
{
border-color: #2E815A;
}
.TagClassName
{
border-color: #2E815A;
}
</style>