Html Css Color HEX #2EA16C Eucalyptus

📋 copy color: '#2EA16C'

red 46 ◦ green 161 ◦ blue 108

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

Shades of Eucalyptus #2EA16C

Tints of Eucalyptus #2EA16C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.11%

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

R = 14.6%
G = 51.11%
B = 34.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#2EA16C (or 0x2EA16C) is known color: Eucalyptus. HEX triplet: 2E, A1 and 6C. RGB value is (46,161,108). Sum of RGB (Red+Green+Blue) = 46+161+108=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA16C is #D15E93. Grayscale: #787878. Windows color (decimal): -13721236 or 7119150. OLE color: 7119150.

HSL color Cylindrical-coordinate representation of color #2EA16C: hue angle of 152.35º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA16C is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 46 161 108 -
CMYK 0.71 0 0.33 0.37
HSL 152.35º 0.56% 0.41% -
HSV(B) 152.35º 0.71% 0.63% -
XYZ 16.58 27.15 18.55 -
YUV 120.57 120.9 74.81 -
System Red Green Blue C M Y K H S L
Decimal 46 161 108 0.71 0 0.33 0.37 152.35 0.56 0.41
Hex 2E A1 6C 47 0 21 25 98 38 29
Octal 56 241 154 107 0 41 45 230 70 51
Binary 101110 10100001 1101100 1000111 0 100001 100101 10011000 111000 101001

Color Harmonies of #2EA16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA16C

Black with #2EA16C

Text Example


Text Example

White with #2EA16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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