#2EA28D

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

Shades of Niagara #2EA28D

Tints of Niagara #2EA28D

Color information

#2EA28D (or 0x2EA28D) is unknown color: approx Niagara. HEX triplet: 2E, A2 and 8D. RGB value is (46,162,141). Sum of RGB (Red+Green+Blue) = 46+162+141=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA28D is #D15D72. Grayscale: #7C7C7C. Windows color (decimal): -13720947 or 9282094. OLE color: 9282094.

HSL color Cylindrical-coordinate representation of color #2EA28D: hue angle of 169.14º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA28D is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB46162141-
CMYK0.7200.130.36
HSL169.14º55.77%40.78%-
HSV(B)169.14º71.6%63.53%-
XYZ18.8528.3429.68-
YUV124.92137.0771.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.18%
GREEN value IS 162 (63.67% from 255) = 46.42%
BLUE value IS 141 (55.47% from 255) = 40.40%
R=13.18%
G=46.42%
B=40.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal461621410.7200.130.36169.1455.7740.78
Hex2EA28D480D24a93829
Octal56242215110015442517051
Binary101110101000101000110110010000110110010010101001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EA28D; }

 p { color: rgb(46,162,141); }

 H1.HeaderClassName
 {
   color: #2EA28D;
 }
 .AnyTagClassName
 {
   color: #2EA28D;
 }
</style>
background-color css

<style>
 a { background-color: #2EA28D; }

 a { background-color: rgb(46,162,141); }

 div.DivClassName
 {
   background-color: #2EA28D;
 }
 .BgClassName
 {
   background-color: #2EA28D;
 }
</style>
border-color css

<style>
 span { border-color: #2EA28D; }

 span { border-color: rgb(46,162,141); }

 td.TdClassName
 {
   border-color: #2EA28D;
 }
 .TagClassName
 {
   border-color: #2EA28D;
 }
</style>