Html Css Color HEX #2E946E Eucalyptus

📋 copy color: '#2E946E'

red 46 ◦ green 148 ◦ blue 110

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

Shades of Eucalyptus #2E946E

Tints of Eucalyptus #2E946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.68%

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 15.13%
G = 48.68%
B = 36.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#2E946E (or 0x2E946E) is known color: Eucalyptus. HEX triplet: 2E, 94 and 6E. RGB value is (46,148,110). Sum of RGB (Red+Green+Blue) = 46+148+110=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #2E946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E946E is #D16B91. Grayscale: #717171. Windows color (decimal): -13724562 or 7246894. OLE color: 7246894.

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

Color convert

RGB 46 148 110 -
CMYK 0.69 0 0.26 0.42
HSL 157.65º 0.53% 0.38% -
HSV(B) 157.65º 0.69% 0.58% -
XYZ 14.53 22.89 18.4 -
YUV 113.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 46 148 110 0.69 0 0.26 0.42 157.65 0.53 0.38
Hex 2E 94 6E 45 0 1A 2A 9E 35 26
Octal 56 224 156 105 0 32 52 236 65 46
Binary 101110 10010100 1101110 1000101 0 11010 101010 10011110 110101 100110

Color Harmonies of #2E946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E946E

Black with #2E946E

Text Example


Text Example

White with #2E946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,148,110); }

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

background-color css

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

 a { background-color: rgb(46,148,110); }

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

border-color css

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

 span { border-color: rgb(46,148,110); }

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