Shades of Niagara #2EB291
Tints of Niagara #2EB291
RGB
CMYK
RGB Variations
Color information
#2EB291 (or 0x2EB291) is known color: Niagara. HEX triplet: 2E, B2 and 91. RGB value is (46,178,145). Sum of RGB (Red+Green+Blue) = 46+178+145=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB291 is #D14D6E. Grayscale: #868686. Windows color (decimal): -13716847 or 9548334. OLE color: 9548334.
HSL color Cylindrical-coordinate representation of color #2EB291: hue angle of 165º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB291 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 145 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.30 |
| HSL | 165º | 0.59% | 0.44% | - |
| HSV(B) | 165º | 0.74% | 0.7% | - |
| XYZ | 22.16 | 34.47 | 32.27 | - |
| YUV | 134.77 | 133.77 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 145 | 0.74 | 0 | 0.19 | 0.30 | 165 | 0.59 | 0.44 |
| Hex | 2E | B2 | 91 | 4A | 0 | 13 | 1E | A5 | 3B | 2C |
| Octal | 56 | 262 | 221 | 112 | 0 | 23 | 36 | 245 | 73 | 54 |
| Binary | 101110 | 10110010 | 10010001 | 1001010 | 0 | 10011 | 11110 | 10100101 | 111011 | 101100 |
Color Harmonies of #2EB291
Complementary color
Monochromatic Colors of #2EB291
Black with #2EB291
Text Example
Text Example
White with #2EB291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB291; }
p { color: rgb(46,178,145); }
H1.HeaderClassName
{
color: #2EB291;
}
.AnyTagClassName
{
color: #2EB291;
}
</style>
background-color css
<style>
a { background-color: #2EB291; }
a { background-color: rgb(46,178,145); }
div.DivClassName
{
background-color: #2EB291;
}
.BgClassName
{
background-color: #2EB291;
}
</style>
border-color css
<style>
span { border-color: #2EB291; }
span { border-color: rgb(46,178,145); }
td.TdClassName
{
border-color: #2EB291;
}
.TagClassName
{
border-color: #2EB291;
}
</style>