Shades of Sea Green #2E8C4B
Tints of Sea Green #2E8C4B
RGB
CMYK
RGB Variations
Color information
#2E8C4B (or 0x2E8C4B) is known color: Sea Green. HEX triplet: 2E, 8C and 4B. RGB value is (46,140,75). Sum of RGB (Red+Green+Blue) = 46+140+75=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8C4B is #D173B4. Grayscale: #686868. Windows color (decimal): -13726645 or 4951086. OLE color: 4951086.
HSL color Cylindrical-coordinate representation of color #2E8C4B: hue angle of 138.51º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8C4B is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 140 | 75 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.45 |
| HSL | 138.51º | 0.51% | 0.36% | - |
| HSV(B) | 138.51º | 0.67% | 0.55% | - |
| XYZ | 11.77 | 19.85 | 9.87 | - |
| YUV | 104.48 | 111.36 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 75 | 0.67 | 0 | 0.46 | 0.45 | 138.51 | 0.51 | 0.36 |
| Hex | 2E | 8C | 4B | 43 | 0 | 2E | 2D | 8B | 33 | 24 |
| Octal | 56 | 214 | 113 | 103 | 0 | 56 | 55 | 213 | 63 | 44 |
| Binary | 101110 | 10001100 | 1001011 | 1000011 | 0 | 101110 | 101101 | 10001011 | 110011 | 100100 |
Color Harmonies of #2E8C4B
Complementary color
Monochromatic Colors of #2E8C4B
Black with #2E8C4B
Text Example
Text Example
White with #2E8C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8C4B; }
p { color: rgb(46,140,75); }
H1.HeaderClassName
{
color: #2E8C4B;
}
.AnyTagClassName
{
color: #2E8C4B;
}
</style>
background-color css
<style>
a { background-color: #2E8C4B; }
a { background-color: rgb(46,140,75); }
div.DivClassName
{
background-color: #2E8C4B;
}
.BgClassName
{
background-color: #2E8C4B;
}
</style>
border-color css
<style>
span { border-color: #2E8C4B; }
span { border-color: rgb(46,140,75); }
td.TdClassName
{
border-color: #2E8C4B;
}
.TagClassName
{
border-color: #2E8C4B;
}
</style>