#2EA58F

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

Shades of Niagara #2EA58F

Tints of Niagara #2EA58F

Color information

#2EA58F (or 0x2EA58F) is unknown color: approx Niagara. HEX triplet: 2E, A5 and 8F. RGB value is (46,165,143). Sum of RGB (Red+Green+Blue) = 46+165+143=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA58F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA58F is #D15A70. Grayscale: #7E7E7E. Windows color (decimal): -13720177 or 9413934. OLE color: 9413934.

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

Color convert

RGB46165143-
CMYK0.7200.130.35
HSL168.91º56.4%41.37%-
HSV(B)168.91º72.12%64.71%-
XYZ19.5429.4730.65-
YUV126.91137.0870.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.99%
GREEN value IS 165 (64.84% from 255) = 46.61%
BLUE value IS 143 (56.25% from 255) = 40.40%
R=12.99%
G=46.61%
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.35
SystemRedGreenBlueCMYKHSL
Decimal461651430.7200.130.35168.9156.441.37
Hex2EA58F480D23a93829
Octal56245217110015432517051
Binary101110101001011000111110010000110110001110101001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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