Html Css Color HEX #2E966B Eucalyptus

📋 copy color: '#2E966B'

red 46 ◦ green 150 ◦ blue 107

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

Shades of Eucalyptus #2E966B

Tints of Eucalyptus #2E966B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 15.18%
G = 49.5%
B = 35.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#2E966B (or 0x2E966B) is known color: Eucalyptus. HEX triplet: 2E, 96 and 6B. RGB value is (46,150,107). Sum of RGB (Red+Green+Blue) = 46+150+107=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #2E966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E966B is #D16994. Grayscale: #727272. Windows color (decimal): -13724053 or 7050798. OLE color: 7050798.

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

Color convert

RGB 46 150 107 -
CMYK 0.69 0 0.29 0.41
HSL 155.19º 0.53% 0.38% -
HSV(B) 155.19º 0.69% 0.59% -
XYZ 14.69 23.46 17.66 -
YUV 114 124.04 79.5 -
System Red Green Blue C M Y K H S L
Decimal 46 150 107 0.69 0 0.29 0.41 155.19 0.53 0.38
Hex 2E 96 6B 45 0 1D 29 9B 35 26
Octal 56 226 153 105 0 35 51 233 65 46
Binary 101110 10010110 1101011 1000101 0 11101 101001 10011011 110101 100110

Color Harmonies of #2E966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E966B

Black with #2E966B

Text Example


Text Example

White with #2E966B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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