Shades of Sea Green #2E9148
Tints of Sea Green #2E9148
RGB
CMYK
RGB Variations
Color information
#2E9148 (or 0x2E9148) is known color: Sea Green. HEX triplet: 2E, 91 and 48. RGB value is (46,145,72). Sum of RGB (Red+Green+Blue) = 46+145+72=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #2E9148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9148 is #D16EB7. Grayscale: #6B6B6B. Windows color (decimal): -13725368 or 4755758. OLE color: 4755758.
HSL color Cylindrical-coordinate representation of color #2E9148: hue angle of 135.76º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E9148 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 145 | 72 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.43 |
| HSL | 135.76º | 0.52% | 0.37% | - |
| HSV(B) | 135.76º | 0.68% | 0.57% | - |
| XYZ | 12.42 | 21.3 | 9.59 | - |
| YUV | 107.08 | 108.2 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 145 | 72 | 0.68 | 0 | 0.50 | 0.43 | 135.76 | 0.52 | 0.37 |
| Hex | 2E | 91 | 48 | 44 | 0 | 32 | 2B | 88 | 34 | 25 |
| Octal | 56 | 221 | 110 | 104 | 0 | 62 | 53 | 210 | 64 | 45 |
| Binary | 101110 | 10010001 | 1001000 | 1000100 | 0 | 110010 | 101011 | 10001000 | 110100 | 100101 |
Color Harmonies of #2E9148
Complementary color
Monochromatic Colors of #2E9148
Black with #2E9148
Text Example
Text Example
White with #2E9148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9148; }
p { color: rgb(46,145,72); }
H1.HeaderClassName
{
color: #2E9148;
}
.AnyTagClassName
{
color: #2E9148;
}
</style>
background-color css
<style>
a { background-color: #2E9148; }
a { background-color: rgb(46,145,72); }
div.DivClassName
{
background-color: #2E9148;
}
.BgClassName
{
background-color: #2E9148;
}
</style>
border-color css
<style>
span { border-color: #2E9148; }
span { border-color: rgb(46,145,72); }
td.TdClassName
{
border-color: #2E9148;
}
.TagClassName
{
border-color: #2E9148;
}
</style>