Shades of Sea Green #2E844C
Tints of Sea Green #2E844C
RGB
CMYK
RGB Variations
Color information
#2E844C (or 0x2E844C) is known color: Sea Green. HEX triplet: 2E, 84 and 4C. RGB value is (46,132,76). Sum of RGB (Red+Green+Blue) = 46+132+76=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #2E844C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E844C is #D17BB3. Grayscale: #646464. Windows color (decimal): -13728692 or 5014574. OLE color: 5014574.
HSL color Cylindrical-coordinate representation of color #2E844C: hue angle of 140.93º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E844C is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 132 | 76 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.48 |
| HSL | 140.93º | 0.48% | 0.35% | - |
| HSV(B) | 140.93º | 0.65% | 0.52% | - |
| XYZ | 10.68 | 17.61 | 9.67 | - |
| YUV | 99.9 | 114.51 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 132 | 76 | 0.65 | 0 | 0.42 | 0.48 | 140.93 | 0.48 | 0.35 |
| Hex | 2E | 84 | 4C | 41 | 0 | 2A | 30 | 8D | 30 | 23 |
| Octal | 56 | 204 | 114 | 101 | 0 | 52 | 60 | 215 | 60 | 43 |
| Binary | 101110 | 10000100 | 1001100 | 1000001 | 0 | 101010 | 110000 | 10001101 | 110000 | 100011 |
Color Harmonies of #2E844C
Complementary color
Monochromatic Colors of #2E844C
Black with #2E844C
Text Example
Text Example
White with #2E844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E844C; }
p { color: rgb(46,132,76); }
H1.HeaderClassName
{
color: #2E844C;
}
.AnyTagClassName
{
color: #2E844C;
}
</style>
background-color css
<style>
a { background-color: #2E844C; }
a { background-color: rgb(46,132,76); }
div.DivClassName
{
background-color: #2E844C;
}
.BgClassName
{
background-color: #2E844C;
}
</style>
border-color css
<style>
span { border-color: #2E844C; }
span { border-color: rgb(46,132,76); }
td.TdClassName
{
border-color: #2E844C;
}
.TagClassName
{
border-color: #2E844C;
}
</style>