Html Css Color HEX #2E946F Eucalyptus

📋 copy color: '#2E946F'

red 46 ◦ green 148 ◦ blue 111

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

Shades of Eucalyptus #2E946F

Tints of Eucalyptus #2E946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 15.08%
G = 48.52%
B = 36.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#2E946F (or 0x2E946F) is known color: Eucalyptus. HEX triplet: 2E, 94 and 6F. RGB value is (46,148,111). Sum of RGB (Red+Green+Blue) = 46+148+111=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #2E946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E946F is #D16B90. Grayscale: #717171. Windows color (decimal): -13724561 or 7312430. OLE color: 7312430.

HSL color Cylindrical-coordinate representation of color #2E946F: hue angle of 158.24º 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 #2E946F is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 148 111 -
CMYK 0.69 0 0.25 0.42
HSL 158.24º 0.53% 0.38% -
HSV(B) 158.24º 0.69% 0.58% -
XYZ 14.59 22.91 18.69 -
YUV 113.28 126.71 80.01 -
System Red Green Blue C M Y K H S L
Decimal 46 148 111 0.69 0 0.25 0.42 158.24 0.53 0.38
Hex 2E 94 6F 45 0 19 2A 9E 35 26
Octal 56 224 157 105 0 31 52 236 65 46
Binary 101110 10010100 1101111 1000101 0 11001 101010 10011110 110101 100110

Color Harmonies of #2E946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E946F

Black with #2E946F

Text Example


Text Example

White with #2E946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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