Html Css Color HEX #2EA568 Eucalyptus

📋 copy color: '#2EA568'

red 46 ◦ green 165 ◦ blue 104

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

Shades of Eucalyptus #2EA568

Tints of Eucalyptus #2EA568

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.38%

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 14.6%
G = 52.38%
B = 33.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#2EA568 (or 0x2EA568) is known color: Eucalyptus. HEX triplet: 2E, A5 and 68. RGB value is (46,165,104). Sum of RGB (Red+Green+Blue) = 46+165+104=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA568 is #D15A97. Grayscale: #7A7A7A. Windows color (decimal): -13720216 or 6858030. OLE color: 6858030.

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

Color convert

RGB 46 165 104 -
CMYK 0.72 0 0.37 0.35
HSL 149.24º 0.56% 0.41% -
HSV(B) 149.24º 0.72% 0.65% -
XYZ 17.08 28.49 17.7 -
YUV 122.47 117.58 73.46 -
System Red Green Blue C M Y K H S L
Decimal 46 165 104 0.72 0 0.37 0.35 149.24 0.56 0.41
Hex 2E A5 68 48 0 25 23 95 38 29
Octal 56 245 150 110 0 45 43 225 70 51
Binary 101110 10100101 1101000 1001000 0 100101 100011 10010101 111000 101001

Color Harmonies of #2EA568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA568

Black with #2EA568

Text Example


Text Example

White with #2EA568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,165,104); }

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

background-color css

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

 a { background-color: rgb(46,165,104); }

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

border-color css

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

 span { border-color: rgb(46,165,104); }

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