Html Css Color HEX #2E9B5A Eucalyptus

📋 copy color: '#2E9B5A'

red 46 ◦ green 155 ◦ blue 90

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

Shades of Eucalyptus #2E9B5A

Tints of Eucalyptus #2E9B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.26%

 BLUE value IS 90 (35.55% from 255) = 30.93%

R = 15.81%
G = 53.26%
B = 30.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#2E9B5A (or 0x2E9B5A) is known color: Eucalyptus. HEX triplet: 2E, 9B and 5A. RGB value is (46,155,90). Sum of RGB (Red+Green+Blue) = 46+155+90=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #2E9B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9B5A is #D164A5. Grayscale: #737373. Windows color (decimal): -13722790 or 5937966. OLE color: 5937966.

HSL color Cylindrical-coordinate representation of color #2E9B5A: hue angle of 144.22º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9B5A is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 46 155 90 -
CMYK 0.70 0 0.42 0.39
HSL 144.22º 0.54% 0.39% -
HSV(B) 144.22º 0.7% 0.61% -
XYZ 14.69 24.76 13.68 -
YUV 115 113.89 78.79 -
System Red Green Blue C M Y K H S L
Decimal 46 155 90 0.70 0 0.42 0.39 144.22 0.54 0.39
Hex 2E 9B 5A 46 0 2A 27 90 36 27
Octal 56 233 132 106 0 52 47 220 66 47
Binary 101110 10011011 1011010 1000110 0 101010 100111 10010000 110110 100111

Color Harmonies of #2E9B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9B5A

Black with #2E9B5A

Text Example


Text Example

White with #2E9B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,155,90); }

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

background-color css

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

 a { background-color: rgb(46,155,90); }

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

border-color css

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

 span { border-color: rgb(46,155,90); }

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