Html Css Color HEX #2E9661 Eucalyptus

📋 copy color: '#2E9661'

red 46 ◦ green 150 ◦ blue 97

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

Shades of Eucalyptus #2E9661

Tints of Eucalyptus #2E9661

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.19%

 BLUE value IS 97 (38.28% from 255) = 33.11%

R = 15.7%
G = 51.19%
B = 33.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#2E9661 (or 0x2E9661) is known color: Eucalyptus. HEX triplet: 2E, 96 and 61. RGB value is (46,150,97). Sum of RGB (Red+Green+Blue) = 46+150+97=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #2E9661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9661 is #D1699E. Grayscale: #707070. Windows color (decimal): -13724063 or 6395438. OLE color: 6395438.

HSL color Cylindrical-coordinate representation of color #2E9661: hue angle of 149.42º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9661 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 46 150 97 -
CMYK 0.69 0 0.35 0.41
HSL 149.42º 0.53% 0.38% -
HSV(B) 149.42º 0.69% 0.59% -
XYZ 14.19 23.26 15.05 -
YUV 112.86 119.04 80.31 -
System Red Green Blue C M Y K H S L
Decimal 46 150 97 0.69 0 0.35 0.41 149.42 0.53 0.38
Hex 2E 96 61 45 0 23 29 95 35 26
Octal 56 226 141 105 0 43 51 225 65 46
Binary 101110 10010110 1100001 1000101 0 100011 101001 10010101 110101 100110

Color Harmonies of #2E9661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9661

Black with #2E9661

Text Example


Text Example

White with #2E9661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,150,97); }

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

background-color css

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

 a { background-color: rgb(46,150,97); }

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

border-color css

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

 span { border-color: rgb(46,150,97); }

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