Html Css Color HEX #2E9564 Eucalyptus

📋 copy color: '#2E9564'

red 46 ◦ green 149 ◦ blue 100

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

Shades of Eucalyptus #2E9564

Tints of Eucalyptus #2E9564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.51%

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 15.59%
G = 50.51%
B = 33.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#2E9564 (or 0x2E9564) is known color: Eucalyptus. HEX triplet: 2E, 95 and 64. RGB value is (46,149,100). Sum of RGB (Red+Green+Blue) = 46+149+100=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9564 is #D16A9B. Grayscale: #707070. Windows color (decimal): -13724316 or 6591790. OLE color: 6591790.

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

Color convert

RGB 46 149 100 -
CMYK 0.69 0 0.33 0.42
HSL 151.46º 0.53% 0.38% -
HSV(B) 151.46º 0.69% 0.58% -
XYZ 14.17 23 15.75 -
YUV 112.62 120.88 80.48 -
System Red Green Blue C M Y K H S L
Decimal 46 149 100 0.69 0 0.33 0.42 151.46 0.53 0.38
Hex 2E 95 64 45 0 21 2A 97 35 26
Octal 56 225 144 105 0 41 52 227 65 46
Binary 101110 10010101 1100100 1000101 0 100001 101010 10010111 110101 100110

Color Harmonies of #2E9564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9564

Black with #2E9564

Text Example


Text Example

White with #2E9564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,149,100); }

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

background-color css

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

 a { background-color: rgb(46,149,100); }

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

border-color css

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

 span { border-color: rgb(46,149,100); }

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