Shades of Sea Green #2E865B
Tints of Sea Green #2E865B
RGB
CMYK
RGB Variations
Color information
#2E865B (or 0x2E865B) is known color: Sea Green. HEX triplet: 2E, 86 and 5B. RGB value is (46,134,91). Sum of RGB (Red+Green+Blue) = 46+134+91=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #2E865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E865B is #D179A4. Grayscale: #666666. Windows color (decimal): -13728165 or 5998126. OLE color: 5998126.
HSL color Cylindrical-coordinate representation of color #2E865B: hue angle of 150.68º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E865B is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 134 | 91 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.47 |
| HSL | 150.68º | 0.49% | 0.35% | - |
| HSV(B) | 150.68º | 0.66% | 0.53% | - |
| XYZ | 11.54 | 18.39 | 12.84 | - |
| YUV | 102.79 | 121.35 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 134 | 91 | 0.66 | 0 | 0.32 | 0.47 | 150.68 | 0.49 | 0.35 |
| Hex | 2E | 86 | 5B | 42 | 0 | 20 | 2F | 97 | 31 | 23 |
| Octal | 56 | 206 | 133 | 102 | 0 | 40 | 57 | 227 | 61 | 43 |
| Binary | 101110 | 10000110 | 1011011 | 1000010 | 0 | 100000 | 101111 | 10010111 | 110001 | 100011 |
Color Harmonies of #2E865B
Complementary color
Monochromatic Colors of #2E865B
Black with #2E865B
Text Example
Text Example
White with #2E865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E865B; }
p { color: rgb(46,134,91); }
H1.HeaderClassName
{
color: #2E865B;
}
.AnyTagClassName
{
color: #2E865B;
}
</style>
background-color css
<style>
a { background-color: #2E865B; }
a { background-color: rgb(46,134,91); }
div.DivClassName
{
background-color: #2E865B;
}
.BgClassName
{
background-color: #2E865B;
}
</style>
border-color css
<style>
span { border-color: #2E865B; }
span { border-color: rgb(46,134,91); }
td.TdClassName
{
border-color: #2E865B;
}
.TagClassName
{
border-color: #2E865B;
}
</style>