Shades of Sea Green #2E835B
Tints of Sea Green #2E835B
RGB
CMYK
RGB Variations
Color information
#2E835B (or 0x2E835B) is known color: Sea Green. HEX triplet: 2E, 83 and 5B. RGB value is (46,131,91). Sum of RGB (Red+Green+Blue) = 46+131+91=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #2E835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E835B is #D17CA4. Grayscale: #656565. Windows color (decimal): -13728933 or 5997358. OLE color: 5997358.
HSL color Cylindrical-coordinate representation of color #2E835B: hue angle of 151.76º 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 #2E835B is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 131 | 91 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.49 |
| HSL | 151.76º | 0.48% | 0.35% | - |
| HSV(B) | 151.76º | 0.65% | 0.51% | - |
| XYZ | 11.13 | 17.57 | 12.7 | - |
| YUV | 101.03 | 122.34 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 131 | 91 | 0.65 | 0 | 0.31 | 0.49 | 151.76 | 0.48 | 0.35 |
| Hex | 2E | 83 | 5B | 41 | 0 | 1F | 31 | 98 | 30 | 23 |
| Octal | 56 | 203 | 133 | 101 | 0 | 37 | 61 | 230 | 60 | 43 |
| Binary | 101110 | 10000011 | 1011011 | 1000001 | 0 | 11111 | 110001 | 10011000 | 110000 | 100011 |
Color Harmonies of #2E835B
Complementary color
Monochromatic Colors of #2E835B
Black with #2E835B
Text Example
Text Example
White with #2E835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E835B; }
p { color: rgb(46,131,91); }
H1.HeaderClassName
{
color: #2E835B;
}
.AnyTagClassName
{
color: #2E835B;
}
</style>
background-color css
<style>
a { background-color: #2E835B; }
a { background-color: rgb(46,131,91); }
div.DivClassName
{
background-color: #2E835B;
}
.BgClassName
{
background-color: #2E835B;
}
</style>
border-color css
<style>
span { border-color: #2E835B; }
span { border-color: rgb(46,131,91); }
td.TdClassName
{
border-color: #2E835B;
}
.TagClassName
{
border-color: #2E835B;
}
</style>