Html Css Color HEX #2E965F Eucalyptus

📋 copy color: '#2E965F'

red 46 ◦ green 150 ◦ blue 95

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

Shades of Eucalyptus #2E965F

Tints of Eucalyptus #2E965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 15.81%
G = 51.55%
B = 32.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#2E965F (or 0x2E965F) is known color: Eucalyptus. HEX triplet: 2E, 96 and 5F. RGB value is (46,150,95). Sum of RGB (Red+Green+Blue) = 46+150+95=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #2E965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E965F is #D169A0. Grayscale: #707070. Windows color (decimal): -13724065 or 6264366. OLE color: 6264366.

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

Color convert

RGB 46 150 95 -
CMYK 0.69 0 0.37 0.41
HSL 148.27º 0.53% 0.38% -
HSV(B) 148.27º 0.69% 0.59% -
XYZ 14.1 23.22 14.57 -
YUV 112.63 118.04 80.47 -
System Red Green Blue C M Y K H S L
Decimal 46 150 95 0.69 0 0.37 0.41 148.27 0.53 0.38
Hex 2E 96 5F 45 0 25 29 94 35 26
Octal 56 226 137 105 0 45 51 224 65 46
Binary 101110 10010110 1011111 1000101 0 100101 101001 10010100 110101 100110

Color Harmonies of #2E965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E965F

Black with #2E965F

Text Example


Text Example

White with #2E965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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