Html Css Color HEX #2E8E60 Eucalyptus

📋 copy color: '#2E8E60'

red 46 ◦ green 142 ◦ blue 96

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

Shades of Eucalyptus #2E8E60

Tints of Eucalyptus #2E8E60

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50%

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

R = 16.2%
G = 50%
B = 33.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#2E8E60 (or 0x2E8E60) is known color: Eucalyptus. HEX triplet: 2E, 8E and 60. RGB value is (46,142,96). Sum of RGB (Red+Green+Blue) = 46+142+96=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #2E8E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8E60 is #D1719F. Grayscale: #6C6C6C. Windows color (decimal): -13726112 or 6327854. OLE color: 6327854.

HSL color Cylindrical-coordinate representation of color #2E8E60: hue angle of 151.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8E60 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 142 96 -
CMYK 0.68 0 0.32 0.44
HSL 151.25º 0.51% 0.37% -
HSV(B) 151.25º 0.68% 0.56% -
XYZ 12.91 20.77 14.4 -
YUV 108.05 121.2 83.74 -
System Red Green Blue C M Y K H S L
Decimal 46 142 96 0.68 0 0.32 0.44 151.25 0.51 0.37
Hex 2E 8E 60 44 0 20 2C 97 33 25
Octal 56 216 140 104 0 40 54 227 63 45
Binary 101110 10001110 1100000 1000100 0 100000 101100 10010111 110011 100101

Color Harmonies of #2E8E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8E60

Black with #2E8E60

Text Example


Text Example

White with #2E8E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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