Html Css Color HEX #2E9669 Eucalyptus

📋 copy color: '#2E9669'

red 46 ◦ green 150 ◦ blue 105

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

Shades of Eucalyptus #2E9669

Tints of Eucalyptus #2E9669

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.83%

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 15.28%
G = 49.83%
B = 34.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#2E9669 (or 0x2E9669) is known color: Eucalyptus. HEX triplet: 2E, 96 and 69. RGB value is (46,150,105). Sum of RGB (Red+Green+Blue) = 46+150+105=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #2E9669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9669 is #D16996. Grayscale: #717171. Windows color (decimal): -13724055 or 6919726. OLE color: 6919726.

HSL color Cylindrical-coordinate representation of color #2E9669: hue angle of 154.04º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9669 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 46 150 105 -
CMYK 0.69 0 0.30 0.41
HSL 154.04º 0.53% 0.38% -
HSV(B) 154.04º 0.69% 0.59% -
XYZ 14.58 23.41 17.12 -
YUV 113.77 123.04 79.66 -
System Red Green Blue C M Y K H S L
Decimal 46 150 105 0.69 0 0.30 0.41 154.04 0.53 0.38
Hex 2E 96 69 45 0 1E 29 9A 35 26
Octal 56 226 151 105 0 36 51 232 65 46
Binary 101110 10010110 1101001 1000101 0 11110 101001 10011010 110101 100110

Color Harmonies of #2E9669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9669

Black with #2E9669

Text Example


Text Example

White with #2E9669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,150,105); }

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

background-color css

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

 a { background-color: rgb(46,150,105); }

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

border-color css

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

 span { border-color: rgb(46,150,105); }

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