Html Css Color HEX #1EA065 Eucalyptus

📋 copy color: '#1EA065'

red 30 ◦ green 160 ◦ blue 101

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

Shades of Eucalyptus #1EA065

Tints of Eucalyptus #1EA065

RGB

 RED value IS 30 (12.11% from 255) = 10.31%

 GREEN value IS 160 (62.89% from 255) = 54.98%

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

R = 10.31%
G = 54.98%
B = 34.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#1EA065 (or 0x1EA065) is known color: Eucalyptus. HEX triplet: 1E, A0 and 65. RGB value is (30,160,101). Sum of RGB (Red+Green+Blue) = 30+160+101=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA065 is #E15F9A. Grayscale: #727272. Windows color (decimal): -14770075 or 6660126. OLE color: 6660126.

HSL color Cylindrical-coordinate representation of color #1EA065: hue angle of 152.77º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA065 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 30 160 101 -
CMYK 0.81 0 0.37 0.37
HSL 152.77º 0.68% 0.37% -
HSV(B) 152.77º 0.81% 0.63% -
XYZ 15.46 26.36 16.58 -
YUV 114.4 120.43 67.8 -
System Red Green Blue C M Y K H S L
Decimal 30 160 101 0.81 0 0.37 0.37 152.77 0.68 0.37
Hex 1E A0 65 51 0 25 25 99 44 25
Octal 36 240 145 121 0 45 45 231 104 45
Binary 11110 10100000 1100101 1010001 0 100101 100101 10011001 1000100 100101

Color Harmonies of #1EA065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA065

Black with #1EA065

Text Example


Text Example

White with #1EA065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EA065; }

 p { color: rgb(30,160,101); }

 H1.HeaderClassName
 {
   color: #1EA065;
 }
 .AnyTagClassName
 {
   color: #1EA065;
 }
</style>

background-color css

<style>
 a { background-color: #1EA065; }

 a { background-color: rgb(30,160,101); }

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

border-color css

<style>
 span { border-color: #1EA065; }

 span { border-color: rgb(30,160,101); }

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