Html Css Color HEX #2E9760 Eucalyptus

📋 copy color: '#2E9760'

red 46 ◦ green 151 ◦ blue 96

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

Shades of Eucalyptus #2E9760

Tints of Eucalyptus #2E9760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.54%

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

R = 15.7%
G = 51.54%
B = 32.76%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#2E9760 (or 0x2E9760) is known color: Eucalyptus. HEX triplet: 2E, 97 and 60. RGB value is (46,151,96). Sum of RGB (Red+Green+Blue) = 46+151+96=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #2E9760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9760 is #D1689F. Grayscale: #717171. Windows color (decimal): -13723808 or 6330158. OLE color: 6330158.

HSL color Cylindrical-coordinate representation of color #2E9760: hue angle of 148.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9760 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 46 151 96 -
CMYK 0.70 0 0.36 0.41
HSL 148.57º 0.53% 0.39% -
HSV(B) 148.57º 0.7% 0.59% -
XYZ 14.3 23.56 14.86 -
YUV 113.34 118.21 79.97 -
System Red Green Blue C M Y K H S L
Decimal 46 151 96 0.70 0 0.36 0.41 148.57 0.53 0.39
Hex 2E 97 60 46 0 24 29 95 35 27
Octal 56 227 140 106 0 44 51 225 65 47
Binary 101110 10010111 1100000 1000110 0 100100 101001 10010101 110101 100111

Color Harmonies of #2E9760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9760

Black with #2E9760

Text Example


Text Example

White with #2E9760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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