Shades of Sea Green #2E934C
Tints of Sea Green #2E934C
RGB
CMYK
RGB Variations
Color information
#2E934C (or 0x2E934C) is known color: Sea Green. HEX triplet: 2E, 93 and 4C. RGB value is (46,147,76). Sum of RGB (Red+Green+Blue) = 46+147+76=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #2E934C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E934C is #D16CB3. Grayscale: #6C6C6C. Windows color (decimal): -13724852 or 5018414. OLE color: 5018414.
HSL color Cylindrical-coordinate representation of color #2E934C: hue angle of 137.82º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E934C is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 147 | 76 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.42 |
| HSL | 137.82º | 0.52% | 0.38% | - |
| HSV(B) | 137.82º | 0.69% | 0.58% | - |
| XYZ | 12.86 | 21.97 | 10.4 | - |
| YUV | 108.71 | 109.54 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 147 | 76 | 0.69 | 0 | 0.48 | 0.42 | 137.82 | 0.52 | 0.38 |
| Hex | 2E | 93 | 4C | 45 | 0 | 30 | 2A | 8A | 34 | 26 |
| Octal | 56 | 223 | 114 | 105 | 0 | 60 | 52 | 212 | 64 | 46 |
| Binary | 101110 | 10010011 | 1001100 | 1000101 | 0 | 110000 | 101010 | 10001010 | 110100 | 100110 |
Color Harmonies of #2E934C
Complementary color
Monochromatic Colors of #2E934C
Black with #2E934C
Text Example
Text Example
White with #2E934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E934C; }
p { color: rgb(46,147,76); }
H1.HeaderClassName
{
color: #2E934C;
}
.AnyTagClassName
{
color: #2E934C;
}
</style>
background-color css
<style>
a { background-color: #2E934C; }
a { background-color: rgb(46,147,76); }
div.DivClassName
{
background-color: #2E934C;
}
.BgClassName
{
background-color: #2E934C;
}
</style>
border-color css
<style>
span { border-color: #2E934C; }
span { border-color: rgb(46,147,76); }
td.TdClassName
{
border-color: #2E934C;
}
.TagClassName
{
border-color: #2E934C;
}
</style>