Shades of Niagara #2EB28F
Tints of Niagara #2EB28F
RGB
CMYK
RGB Variations
Color information
#2EB28F (or 0x2EB28F) is known color: Niagara. HEX triplet: 2E, B2 and 8F. RGB value is (46,178,143). Sum of RGB (Red+Green+Blue) = 46+178+143=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB28F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB28F is #D14D70. Grayscale: #868686. Windows color (decimal): -13716849 or 9417262. OLE color: 9417262.
HSL color Cylindrical-coordinate representation of color #2EB28F: hue angle of 164.09º 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 #2EB28F is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 143 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.30 |
| HSL | 164.09º | 0.59% | 0.44% | - |
| HSV(B) | 164.09º | 0.74% | 0.7% | - |
| XYZ | 22.01 | 34.4 | 31.47 | - |
| YUV | 134.54 | 132.77 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 143 | 0.74 | 0 | 0.20 | 0.30 | 164.09 | 0.59 | 0.44 |
| Hex | 2E | B2 | 8F | 4A | 0 | 14 | 1E | A4 | 3B | 2C |
| Octal | 56 | 262 | 217 | 112 | 0 | 24 | 36 | 244 | 73 | 54 |
| Binary | 101110 | 10110010 | 10001111 | 1001010 | 0 | 10100 | 11110 | 10100100 | 111011 | 101100 |
Color Harmonies of #2EB28F
Complementary color
Monochromatic Colors of #2EB28F
Black with #2EB28F
Text Example
Text Example
White with #2EB28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB28F; }
p { color: rgb(46,178,143); }
H1.HeaderClassName
{
color: #2EB28F;
}
.AnyTagClassName
{
color: #2EB28F;
}
</style>
background-color css
<style>
a { background-color: #2EB28F; }
a { background-color: rgb(46,178,143); }
div.DivClassName
{
background-color: #2EB28F;
}
.BgClassName
{
background-color: #2EB28F;
}
</style>
border-color css
<style>
span { border-color: #2EB28F; }
span { border-color: rgb(46,178,143); }
td.TdClassName
{
border-color: #2EB28F;
}
.TagClassName
{
border-color: #2EB28F;
}
</style>