Html Css Color HEX #2E955F Eucalyptus

📋 copy color: '#2E955F'

red 46 ◦ green 149 ◦ blue 95

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

Shades of Eucalyptus #2E955F

Tints of Eucalyptus #2E955F

RGB

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

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

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

R = 15.86%
G = 51.38%
B = 32.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#2E955F (or 0x2E955F) is known color: Eucalyptus. HEX triplet: 2E, 95 and 5F. RGB value is (46,149,95). Sum of RGB (Red+Green+Blue) = 46+149+95=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #2E955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E955F is #D16AA0. Grayscale: #707070. Windows color (decimal): -13724321 or 6264110. OLE color: 6264110.

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

Color convert

RGB 46 149 95 -
CMYK 0.69 0 0.36 0.42
HSL 148.54º 0.53% 0.38% -
HSV(B) 148.54º 0.69% 0.58% -
XYZ 13.94 22.9 14.51 -
YUV 112.05 118.38 80.89 -
System Red Green Blue C M Y K H S L
Decimal 46 149 95 0.69 0 0.36 0.42 148.54 0.53 0.38
Hex 2E 95 5F 45 0 24 2A 95 35 26
Octal 56 225 137 105 0 44 52 225 65 46
Binary 101110 10010101 1011111 1000101 0 100100 101010 10010101 110101 100110

Color Harmonies of #2E955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E955F

Black with #2E955F

Text Example


Text Example

White with #2E955F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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