#2EA290

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

Shades of Niagara #2EA290

Tints of Niagara #2EA290

Color information

#2EA290 (or 0x2EA290) is unknown color: approx Niagara. HEX triplet: 2E, A2 and 90. RGB value is (46,162,144). Sum of RGB (Red+Green+Blue) = 46+162+144=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA290 is #D15D6F. Grayscale: #7D7D7D. Windows color (decimal): -13720944 or 9478702. OLE color: 9478702.

HSL color Cylindrical-coordinate representation of color #2EA290: hue angle of 170.69º 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 #2EA290 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB46162144-
CMYK0.7200.110.36
HSL170.69º55.77%40.78%-
HSV(B)170.69º71.6%63.53%-
XYZ19.0828.4430.87-
YUV125.26138.5771.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.07%
GREEN value IS 162 (63.67% from 255) = 46.02%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=13.07%
G=46.02%
B=40.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal461621440.7200.110.36170.6955.7740.78
Hex2EA290480B24ab3829
Octal56242220110013442537051
Binary101110101000101001000010010000101110010010101011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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