#2eb28f

Color #2EB28F Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #2EB28F

Tints of Niagara #2EB28F

Color information

#2EB28F (or 0x2EB28F) is unknown color: approx 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

RGB46178143-
CMYK0.7400.200.30
HSL164.09º58.93%43.92%-
HSV(B)164.09º74.16%69.8%-
XYZ22.0134.431.47-
YUV134.54132.7764.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 12.53%
GREEN value IS 178 (69.92% from 255) = 48.50%
BLUE value IS 143 (56.25% from 255) = 38.96%
R=12.53%
G=48.50%
B=38.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal461781430.7400.200.30164.0958.9343.92
Hex2EB28F4A0141Ea43b2c
Octal56262217112024362447354
Binary101110101100101000111110010100101001111010100100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eb28f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>