Html Css Color HEX #2E955B Eucalyptus

📋 copy color: '#2E955B'

red 46 ◦ green 149 ◦ blue 91

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

Shades of Eucalyptus #2E955B

Tints of Eucalyptus #2E955B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 16.08%
G = 52.1%
B = 31.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#2E955B (or 0x2E955B) is known color: Eucalyptus. HEX triplet: 2E, 95 and 5B. RGB value is (46,149,91). Sum of RGB (Red+Green+Blue) = 46+149+91=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #2E955B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E955B is #D16AA4. Grayscale: #6F6F6F. Windows color (decimal): -13724325 or 6001966. OLE color: 6001966.

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

Color convert

RGB 46 149 91 -
CMYK 0.69 0 0.39 0.42
HSL 146.21º 0.53% 0.38% -
HSV(B) 146.21º 0.69% 0.58% -
XYZ 13.76 22.83 13.58 -
YUV 111.59 116.38 81.22 -
System Red Green Blue C M Y K H S L
Decimal 46 149 91 0.69 0 0.39 0.42 146.21 0.53 0.38
Hex 2E 95 5B 45 0 27 2A 92 35 26
Octal 56 225 133 105 0 47 52 222 65 46
Binary 101110 10010101 1011011 1000101 0 100111 101010 10010010 110101 100110

Color Harmonies of #2E955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E955B

Black with #2E955B

Text Example


Text Example

White with #2E955B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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