Html Css Color HEX #2E985D Eucalyptus

📋 copy color: '#2E985D'

red 46 ◦ green 152 ◦ blue 93

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

Shades of Eucalyptus #2E985D

Tints of Eucalyptus #2E985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.23%

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

R = 15.81%
G = 52.23%
B = 31.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#2E985D (or 0x2E985D) is known color: Eucalyptus. HEX triplet: 2E, 98 and 5D. RGB value is (46,152,93). Sum of RGB (Red+Green+Blue) = 46+152+93=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #2E985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E985D is #D167A2. Grayscale: #717171. Windows color (decimal): -13723555 or 6133806. OLE color: 6133806.

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

Color convert

RGB 46 152 93 -
CMYK 0.70 0 0.39 0.40
HSL 146.6º 0.54% 0.39% -
HSV(B) 146.6º 0.7% 0.6% -
XYZ 14.33 23.83 14.2 -
YUV 113.58 116.38 79.8 -
System Red Green Blue C M Y K H S L
Decimal 46 152 93 0.70 0 0.39 0.40 146.6 0.54 0.39
Hex 2E 98 5D 46 0 27 28 93 36 27
Octal 56 230 135 106 0 47 50 223 66 47
Binary 101110 10011000 1011101 1000110 0 100111 101000 10010011 110110 100111

Color Harmonies of #2E985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E985D

Black with #2E985D

Text Example


Text Example

White with #2E985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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