Shades of Niagara #2EA58D
Tints of Niagara #2EA58D
RGB
CMYK
RGB Variations
Color information
#2EA58D (or 0x2EA58D) is known color: Niagara. HEX triplet: 2E, A5 and 8D. RGB value is (46,165,141). Sum of RGB (Red+Green+Blue) = 46+165+141=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA58D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA58D is #D15A72. Grayscale: #7E7E7E. Windows color (decimal): -13720179 or 9282862. OLE color: 9282862.
HSL color Cylindrical-coordinate representation of color #2EA58D: hue angle of 167.9º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA58D is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 165 | 141 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.35 |
| HSL | 167.9º | 0.56% | 0.41% | - |
| HSV(B) | 167.9º | 0.72% | 0.65% | - |
| XYZ | 19.39 | 29.41 | 29.85 | - |
| YUV | 126.68 | 136.08 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 165 | 141 | 0.72 | 0 | 0.15 | 0.35 | 167.9 | 0.56 | 0.41 |
| Hex | 2E | A5 | 8D | 48 | 0 | F | 23 | A8 | 38 | 29 |
| Octal | 56 | 245 | 215 | 110 | 0 | 17 | 43 | 250 | 70 | 51 |
| Binary | 101110 | 10100101 | 10001101 | 1001000 | 0 | 1111 | 100011 | 10101000 | 111000 | 101001 |
Color Harmonies of #2EA58D
Complementary color
Monochromatic Colors of #2EA58D
Black with #2EA58D
Text Example
Text Example
White with #2EA58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA58D; }
p { color: rgb(46,165,141); }
H1.HeaderClassName
{
color: #2EA58D;
}
.AnyTagClassName
{
color: #2EA58D;
}
</style>
background-color css
<style>
a { background-color: #2EA58D; }
a { background-color: rgb(46,165,141); }
div.DivClassName
{
background-color: #2EA58D;
}
.BgClassName
{
background-color: #2EA58D;
}
</style>
border-color css
<style>
span { border-color: #2EA58D; }
span { border-color: rgb(46,165,141); }
td.TdClassName
{
border-color: #2EA58D;
}
.TagClassName
{
border-color: #2EA58D;
}
</style>