Shades of Sea Green #2E9242
Tints of Sea Green #2E9242
RGB
CMYK
RGB Variations
Color information
#2E9242 (or 0x2E9242) is known color: Sea Green. HEX triplet: 2E, 92 and 42. RGB value is (46,146,66). Sum of RGB (Red+Green+Blue) = 46+146+66=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #2E9242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9242 is #D16DBD. Grayscale: #6B6B6B. Windows color (decimal): -13725118 or 4362798. OLE color: 4362798.
HSL color Cylindrical-coordinate representation of color #2E9242: hue angle of 132º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E9242 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 146 | 66 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.43 |
| HSL | 132º | 0.52% | 0.38% | - |
| HSV(B) | 132º | 0.68% | 0.57% | - |
| XYZ | 12.39 | 21.53 | 8.66 | - |
| YUV | 106.98 | 104.87 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 146 | 66 | 0.68 | 0 | 0.55 | 0.43 | 132 | 0.52 | 0.38 |
| Hex | 2E | 92 | 42 | 44 | 0 | 37 | 2B | 84 | 34 | 26 |
| Octal | 56 | 222 | 102 | 104 | 0 | 67 | 53 | 204 | 64 | 46 |
| Binary | 101110 | 10010010 | 1000010 | 1000100 | 0 | 110111 | 101011 | 10000100 | 110100 | 100110 |
Color Harmonies of #2E9242
Complementary color
Monochromatic Colors of #2E9242
Black with #2E9242
Text Example
Text Example
White with #2E9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9242; }
p { color: rgb(46,146,66); }
H1.HeaderClassName
{
color: #2E9242;
}
.AnyTagClassName
{
color: #2E9242;
}
</style>
background-color css
<style>
a { background-color: #2E9242; }
a { background-color: rgb(46,146,66); }
div.DivClassName
{
background-color: #2E9242;
}
.BgClassName
{
background-color: #2E9242;
}
</style>
border-color css
<style>
span { border-color: #2E9242; }
span { border-color: rgb(46,146,66); }
td.TdClassName
{
border-color: #2E9242;
}
.TagClassName
{
border-color: #2E9242;
}
</style>