Shades of Sea Green #2E964B
Tints of Sea Green #2E964B
RGB
CMYK
RGB Variations
Color information
#2E964B (or 0x2E964B) is known color: Sea Green. HEX triplet: 2E, 96 and 4B. RGB value is (46,150,75). Sum of RGB (Red+Green+Blue) = 46+150+75=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #2E964B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E964B is #D169B4. Grayscale: #6E6E6E. Windows color (decimal): -13724085 or 4953646. OLE color: 4953646.
HSL color Cylindrical-coordinate representation of color #2E964B: hue angle of 136.73º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E964B is Cyan = 0.69, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 150 | 75 | - |
| CMYK | 0.69 | 0 | 0.5 | 0.41 |
| HSL | 136.73º | 0.53% | 0.38% | - |
| HSV(B) | 136.73º | 0.69% | 0.59% | - |
| XYZ | 13.3 | 22.9 | 10.38 | - |
| YUV | 110.35 | 108.04 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 150 | 75 | 0.69 | 0 | 0.5 | 0.41 | 136.73 | 0.53 | 0.38 |
| Hex | 2E | 96 | 4B | 45 | 0 | 32 | 29 | 89 | 35 | 26 |
| Octal | 56 | 226 | 113 | 105 | 0 | 62 | 51 | 211 | 65 | 46 |
| Binary | 101110 | 10010110 | 1001011 | 1000101 | 0 | 110010 | 101001 | 10001001 | 110101 | 100110 |
Color Harmonies of #2E964B
Complementary color
Monochromatic Colors of #2E964B
Black with #2E964B
Text Example
Text Example
White with #2E964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E964B; }
p { color: rgb(46,150,75); }
H1.HeaderClassName
{
color: #2E964B;
}
.AnyTagClassName
{
color: #2E964B;
}
</style>
background-color css
<style>
a { background-color: #2E964B; }
a { background-color: rgb(46,150,75); }
div.DivClassName
{
background-color: #2E964B;
}
.BgClassName
{
background-color: #2E964B;
}
</style>
border-color css
<style>
span { border-color: #2E964B; }
span { border-color: rgb(46,150,75); }
td.TdClassName
{
border-color: #2E964B;
}
.TagClassName
{
border-color: #2E964B;
}
</style>