#2EA590

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

Shades of Niagara #2EA590

Tints of Niagara #2EA590

Color information

#2EA590 (or 0x2EA590) is unknown color: approx Niagara. HEX triplet: 2E, A5 and 90. RGB value is (46,165,144). Sum of RGB (Red+Green+Blue) = 46+165+144=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA590 is #D15A6F. Grayscale: #7E7E7E. Windows color (decimal): -13720176 or 9479470. OLE color: 9479470.

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

Color convert

RGB46165144-
CMYK0.7200.130.35
HSL169.41º56.4%41.37%-
HSV(B)169.41º72.12%64.71%-
XYZ19.6229.531.05-
YUV127.02137.5870.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.96%
GREEN value IS 165 (64.84% from 255) = 46.48%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=12.96%
G=46.48%
B=40.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461651440.7200.130.35169.4156.441.37
Hex2EA590480D23a93829
Octal56245220110015432517051
Binary101110101001011001000010010000110110001110101001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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