Html Css Color HEX #2EAA5E Eucalyptus

📋 copy color: '#2EAA5E'

red 46 ◦ green 170 ◦ blue 94

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

Shades of Eucalyptus #2EAA5E

Tints of Eucalyptus #2EAA5E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.84%

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 14.84%
G = 54.84%
B = 30.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#2EAA5E (or 0x2EAA5E) is known color: Eucalyptus. HEX triplet: 2E, AA and 5E. RGB value is (46,170,94). Sum of RGB (Red+Green+Blue) = 46+170+94=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA5E is #D155A1. Grayscale: #7C7C7C. Windows color (decimal): -13718946 or 6203950. OLE color: 6203950.

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

Color convert

RGB 46 170 94 -
CMYK 0.73 0 0.45 0.33
HSL 143.23º 0.57% 0.42% -
HSV(B) 143.23º 0.73% 0.67% -
XYZ 17.52 30.14 15.48 -
YUV 124.26 110.92 72.18 -
System Red Green Blue C M Y K H S L
Decimal 46 170 94 0.73 0 0.45 0.33 143.23 0.57 0.42
Hex 2E AA 5E 49 0 2D 21 8F 39 2A
Octal 56 252 136 111 0 55 41 217 71 52
Binary 101110 10101010 1011110 1001001 0 101101 100001 10001111 111001 101010

Color Harmonies of #2EAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA5E

Black with #2EAA5E

Text Example


Text Example

White with #2EAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,170,94); }

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

background-color css

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

 a { background-color: rgb(46,170,94); }

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

border-color css

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

 span { border-color: rgb(46,170,94); }

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