Html Css Color HEX #2E995D Eucalyptus

📋 copy color: '#2E995D'

red 46 ◦ green 153 ◦ blue 93

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

Shades of Eucalyptus #2E995D

Tints of Eucalyptus #2E995D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.4%

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 15.75%
G = 52.4%
B = 31.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#2E995D (or 0x2E995D) is known color: Eucalyptus. HEX triplet: 2E, 99 and 5D. RGB value is (46,153,93). Sum of RGB (Red+Green+Blue) = 46+153+93=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #2E995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E995D is #D166A2. Grayscale: #727272. Windows color (decimal): -13723299 or 6134062. OLE color: 6134062.

HSL color Cylindrical-coordinate representation of color #2E995D: hue angle of 146.36º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E995D is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 46 153 93 -
CMYK 0.70 0 0.39 0.4
HSL 146.36º 0.54% 0.39% -
HSV(B) 146.36º 0.7% 0.6% -
XYZ 14.49 24.15 14.25 -
YUV 114.17 116.05 79.38 -
System Red Green Blue C M Y K H S L
Decimal 46 153 93 0.70 0 0.39 0.4 146.36 0.54 0.39
Hex 2E 99 5D 46 0 27 28 92 36 27
Octal 56 231 135 106 0 47 50 222 66 47
Binary 101110 10011001 1011101 1000110 0 100111 101000 10010010 110110 100111

Color Harmonies of #2E995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E995D

Black with #2E995D

Text Example


Text Example

White with #2E995D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,153,93); }

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

background-color css

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

 a { background-color: rgb(46,153,93); }

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

border-color css

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

 span { border-color: rgb(46,153,93); }

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