Shades of Niagara #2EB492
Tints of Niagara #2EB492
RGB
CMYK
RGB Variations
Color information
#2EB492 (or 0x2EB492) is known color: Niagara. HEX triplet: 2E, B4 and 92. RGB value is (46,180,146). Sum of RGB (Red+Green+Blue) = 46+180+146=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB492 is #D14B6D. Grayscale: #888888. Windows color (decimal): -13716334 or 9614382. OLE color: 9614382.
HSL color Cylindrical-coordinate representation of color #2EB492: hue angle of 164.78º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB492 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 146 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.29 |
| HSL | 164.78º | 0.59% | 0.44% | - |
| HSV(B) | 164.78º | 0.74% | 0.71% | - |
| XYZ | 22.64 | 35.3 | 32.81 | - |
| YUV | 136.06 | 133.61 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 146 | 0.74 | 0 | 0.19 | 0.29 | 164.78 | 0.59 | 0.44 |
| Hex | 2E | B4 | 92 | 4A | 0 | 13 | 1D | A5 | 3B | 2C |
| Octal | 56 | 264 | 222 | 112 | 0 | 23 | 35 | 245 | 73 | 54 |
| Binary | 101110 | 10110100 | 10010010 | 1001010 | 0 | 10011 | 11101 | 10100101 | 111011 | 101100 |
Color Harmonies of #2EB492
Complementary color
Monochromatic Colors of #2EB492
Black with #2EB492
Text Example
Text Example
White with #2EB492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB492; }
p { color: rgb(46,180,146); }
H1.HeaderClassName
{
color: #2EB492;
}
.AnyTagClassName
{
color: #2EB492;
}
</style>
background-color css
<style>
a { background-color: #2EB492; }
a { background-color: rgb(46,180,146); }
div.DivClassName
{
background-color: #2EB492;
}
.BgClassName
{
background-color: #2EB492;
}
</style>
border-color css
<style>
span { border-color: #2EB492; }
span { border-color: rgb(46,180,146); }
td.TdClassName
{
border-color: #2EB492;
}
.TagClassName
{
border-color: #2EB492;
}
</style>