Shades of Sea Green #2E9143
Tints of Sea Green #2E9143
RGB
CMYK
RGB Variations
Color information
#2E9143 (or 0x2E9143) is known color: Sea Green. HEX triplet: 2E, 91 and 43. RGB value is (46,145,67). Sum of RGB (Red+Green+Blue) = 46+145+67=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #2E9143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9143 is #D16EBC. Grayscale: #6A6A6A. Windows color (decimal): -13725373 or 4428078. OLE color: 4428078.
HSL color Cylindrical-coordinate representation of color #2E9143: hue angle of 132.73º 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 #2E9143 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 145 | 67 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.43 |
| HSL | 132.73º | 0.52% | 0.37% | - |
| HSV(B) | 132.73º | 0.68% | 0.57% | - |
| XYZ | 12.27 | 21.24 | 8.76 | - |
| YUV | 106.51 | 105.7 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 145 | 67 | 0.68 | 0 | 0.54 | 0.43 | 132.73 | 0.52 | 0.37 |
| Hex | 2E | 91 | 43 | 44 | 0 | 36 | 2B | 85 | 34 | 25 |
| Octal | 56 | 221 | 103 | 104 | 0 | 66 | 53 | 205 | 64 | 45 |
| Binary | 101110 | 10010001 | 1000011 | 1000100 | 0 | 110110 | 101011 | 10000101 | 110100 | 100101 |
Color Harmonies of #2E9143
Complementary color
Monochromatic Colors of #2E9143
Black with #2E9143
Text Example
Text Example
White with #2E9143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9143; }
p { color: rgb(46,145,67); }
H1.HeaderClassName
{
color: #2E9143;
}
.AnyTagClassName
{
color: #2E9143;
}
</style>
background-color css
<style>
a { background-color: #2E9143; }
a { background-color: rgb(46,145,67); }
div.DivClassName
{
background-color: #2E9143;
}
.BgClassName
{
background-color: #2E9143;
}
</style>
border-color css
<style>
span { border-color: #2E9143; }
span { border-color: rgb(46,145,67); }
td.TdClassName
{
border-color: #2E9143;
}
.TagClassName
{
border-color: #2E9143;
}
</style>