Html Css Color HEX #2E946C Eucalyptus

📋 copy color: '#2E946C'

red 46 ◦ green 148 ◦ blue 108

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

Shades of Eucalyptus #2E946C

Tints of Eucalyptus #2E946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 15.23%
G = 49.01%
B = 35.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#2E946C (or 0x2E946C) is known color: Eucalyptus. HEX triplet: 2E, 94 and 6C. RGB value is (46,148,108). Sum of RGB (Red+Green+Blue) = 46+148+108=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #2E946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E946C is #D16B93. Grayscale: #707070. Windows color (decimal): -13724564 or 7115822. OLE color: 7115822.

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

Color convert

RGB 46 148 108 -
CMYK 0.69 0 0.27 0.42
HSL 156.47º 0.53% 0.38% -
HSV(B) 156.47º 0.69% 0.58% -
XYZ 14.42 22.84 17.84 -
YUV 112.94 125.21 80.25 -
System Red Green Blue C M Y K H S L
Decimal 46 148 108 0.69 0 0.27 0.42 156.47 0.53 0.38
Hex 2E 94 6C 45 0 1B 2A 9C 35 26
Octal 56 224 154 105 0 33 52 234 65 46
Binary 101110 10010100 1101100 1000101 0 11011 101010 10011100 110101 100110

Color Harmonies of #2E946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E946C

Black with #2E946C

Text Example


Text Example

White with #2E946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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