Html Css Color HEX #2EA565 Eucalyptus

📋 copy color: '#2EA565'

red 46 ◦ green 165 ◦ blue 101

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

Shades of Eucalyptus #2EA565

Tints of Eucalyptus #2EA565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 14.74%
G = 52.88%
B = 32.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#2EA565 (or 0x2EA565) is known color: Eucalyptus. HEX triplet: 2E, A5 and 65. RGB value is (46,165,101). Sum of RGB (Red+Green+Blue) = 46+165+101=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA565 is #D15A9A. Grayscale: #7A7A7A. Windows color (decimal): -13720219 or 6661422. OLE color: 6661422.

HSL color Cylindrical-coordinate representation of color #2EA565: hue angle of 147.73º 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 #2EA565 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 46 165 101 -
CMYK 0.72 0 0.39 0.35
HSL 147.73º 0.56% 0.41% -
HSV(B) 147.73º 0.72% 0.65% -
XYZ 16.93 28.43 16.91 -
YUV 122.12 116.08 73.7 -
System Red Green Blue C M Y K H S L
Decimal 46 165 101 0.72 0 0.39 0.35 147.73 0.56 0.41
Hex 2E A5 65 48 0 27 23 94 38 29
Octal 56 245 145 110 0 47 43 224 70 51
Binary 101110 10100101 1100101 1001000 0 100111 100011 10010100 111000 101001

Color Harmonies of #2EA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA565

Black with #2EA565

Text Example


Text Example

White with #2EA565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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