Html Css Color HEX #2E966F Eucalyptus

📋 copy color: '#2E966F'

red 46 ◦ green 150 ◦ blue 111

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

Shades of Eucalyptus #2E966F

Tints of Eucalyptus #2E966F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.16%

R = 14.98%
G = 48.86%
B = 36.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#2E966F (or 0x2E966F) is known color: Eucalyptus. HEX triplet: 2E, 96 and 6F. RGB value is (46,150,111). Sum of RGB (Red+Green+Blue) = 46+150+111=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #2E966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E966F is #D16990. Grayscale: #727272. Windows color (decimal): -13724049 or 7312942. OLE color: 7312942.

HSL color Cylindrical-coordinate representation of color #2E966F: hue angle of 157.5º 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 #2E966F is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 46 150 111 -
CMYK 0.69 0 0.26 0.41
HSL 157.5º 0.53% 0.38% -
HSV(B) 157.5º 0.69% 0.59% -
XYZ 14.9 23.54 18.8 -
YUV 114.46 126.04 79.17 -
System Red Green Blue C M Y K H S L
Decimal 46 150 111 0.69 0 0.26 0.41 157.5 0.53 0.38
Hex 2E 96 6F 45 0 1A 29 9E 35 26
Octal 56 226 157 105 0 32 51 236 65 46
Binary 101110 10010110 1101111 1000101 0 11010 101001 10011110 110101 100110

Color Harmonies of #2E966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E966F

Black with #2E966F

Text Example


Text Example

White with #2E966F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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