Html Css Color HEX #2E9366 Eucalyptus

📋 copy color: '#2E9366'

red 46 ◦ green 147 ◦ blue 102

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

Shades of Eucalyptus #2E9366

Tints of Eucalyptus #2E9366

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.83%

 BLUE value IS 102 (40.23% from 255) = 34.58%

R = 15.59%
G = 49.83%
B = 34.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#2E9366 (or 0x2E9366) is known color: Eucalyptus. HEX triplet: 2E, 93 and 66. RGB value is (46,147,102). Sum of RGB (Red+Green+Blue) = 46+147+102=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #2E9366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9366 is #D16C99. Grayscale: #6F6F6F. Windows color (decimal): -13724826 or 6722350. OLE color: 6722350.

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

Color convert

RGB 46 147 102 -
CMYK 0.69 0 0.31 0.42
HSL 153.27º 0.52% 0.38% -
HSV(B) 153.27º 0.69% 0.58% -
XYZ 13.96 22.41 16.16 -
YUV 111.67 122.54 81.16 -
System Red Green Blue C M Y K H S L
Decimal 46 147 102 0.69 0 0.31 0.42 153.27 0.52 0.38
Hex 2E 93 66 45 0 1F 2A 99 34 26
Octal 56 223 146 105 0 37 52 231 64 46
Binary 101110 10010011 1100110 1000101 0 11111 101010 10011001 110100 100110

Color Harmonies of #2E9366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9366

Black with #2E9366

Text Example


Text Example

White with #2E9366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,147,102); }

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

background-color css

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

 a { background-color: rgb(46,147,102); }

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

border-color css

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

 span { border-color: rgb(46,147,102); }

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