Html Css Color HEX #2EA88D Niagara

📋 copy color: '#2EA88D'

red 46 ◦ green 168 ◦ blue 141

#2EA88D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #2EA88D

Tints of Niagara #2EA88D

RGB

 RED value IS 46 (18.36% from 255) = 12.96%

 GREEN value IS 168 (66.02% from 255) = 47.32%

 BLUE value IS 141 (55.47% from 255) = 39.72%

R = 12.96%
G = 47.32%
B = 39.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#2EA88D (or 0x2EA88D) is known color: Niagara. HEX triplet: 2E, A8 and 8D. RGB value is (46,168,141). Sum of RGB (Red+Green+Blue) = 46+168+141=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA88D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA88D is #D15772. Grayscale: #808080. Windows color (decimal): -13719411 or 9283630. OLE color: 9283630.

HSL color Cylindrical-coordinate representation of color #2EA88D: hue angle of 166.72º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA88D is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 46 168 141 -
CMYK 0.73 0 0.16 0.34
HSL 166.72º 0.57% 0.42% -
HSV(B) 166.72º 0.73% 0.66% -
XYZ 19.94 30.51 30.04 -
YUV 128.44 135.08 69.2 -
System Red Green Blue C M Y K H S L
Decimal 46 168 141 0.73 0 0.16 0.34 166.72 0.57 0.42
Hex 2E A8 8D 49 0 10 22 A7 39 2A
Octal 56 250 215 111 0 20 42 247 71 52
Binary 101110 10101000 10001101 1001001 0 10000 100010 10100111 111001 101010

Color Harmonies of #2EA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA88D

Black with #2EA88D

Text Example


Text Example

White with #2EA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EA88D;
 }
 .AnyTagClassName
 {
   color: #2EA88D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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