Html Css Color HEX #2EA860 Eucalyptus

📋 copy color: '#2EA860'

red 46 ◦ green 168 ◦ blue 96

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

Shades of Eucalyptus #2EA860

Tints of Eucalyptus #2EA860

RGB

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

 GREEN value IS 168 (66.02% from 255) = 54.19%

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 14.84%
G = 54.19%
B = 30.97%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#2EA860 (or 0x2EA860) is known color: Eucalyptus. HEX triplet: 2E, A8 and 60. RGB value is (46,168,96). Sum of RGB (Red+Green+Blue) = 46+168+96=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 168 (66.02% from 255 or 54.19% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA860 is #D1579F. Grayscale: #7B7B7B. Windows color (decimal): -13719456 or 6334510. OLE color: 6334510.

HSL color Cylindrical-coordinate representation of color #2EA860: hue angle of 144.59º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA860 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 46 168 96 -
CMYK 0.73 0 0.43 0.34
HSL 144.59º 0.57% 0.42% -
HSV(B) 144.59º 0.73% 0.66% -
XYZ 17.24 29.43 15.84 -
YUV 123.31 112.58 72.85 -
System Red Green Blue C M Y K H S L
Decimal 46 168 96 0.73 0 0.43 0.34 144.59 0.57 0.42
Hex 2E A8 60 49 0 2B 22 91 39 2A
Octal 56 250 140 111 0 53 42 221 71 52
Binary 101110 10101000 1100000 1001001 0 101011 100010 10010001 111001 101010

Color Harmonies of #2EA860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA860

Black with #2EA860

Text Example


Text Example

White with #2EA860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,168,96); }

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

background-color css

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

 a { background-color: rgb(46,168,96); }

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

border-color css

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

 span { border-color: rgb(46,168,96); }

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