Html Css Color HEX #1E9760 Eucalyptus

📋 copy color: '#1E9760'

red 30 ◦ green 151 ◦ blue 96

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

Shades of Eucalyptus #1E9760

Tints of Eucalyptus #1E9760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 54.51%

 BLUE value IS 96 (37.89% from 255) = 34.66%

R = 10.83%
G = 54.51%
B = 34.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#1E9760 (or 0x1E9760) is known color: Eucalyptus. HEX triplet: 1E, 97 and 60. RGB value is (30,151,96). Sum of RGB (Red+Green+Blue) = 30+151+96=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 151 (59.38% from 255 or 54.51% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 151 - color contains mainly: green. Hex color #1E9760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9760 is #E1689F. Grayscale: #6C6C6C. Windows color (decimal): -14772384 or 6330142. OLE color: 6330142.

HSL color Cylindrical-coordinate representation of color #1E9760: hue angle of 152.73º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9760 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 30 151 96 -
CMYK 0.80 0 0.36 0.41
HSL 152.73º 0.67% 0.35% -
HSV(B) 152.73º 0.8% 0.59% -
XYZ 13.71 23.25 14.83 -
YUV 108.55 120.91 71.97 -
System Red Green Blue C M Y K H S L
Decimal 30 151 96 0.80 0 0.36 0.41 152.73 0.67 0.35
Hex 1E 97 60 50 0 24 29 99 43 23
Octal 36 227 140 120 0 44 51 231 103 43
Binary 11110 10010111 1100000 1010000 0 100100 101001 10011001 1000011 100011

Color Harmonies of #1E9760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9760

Black with #1E9760

Text Example


Text Example

White with #1E9760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,151,96); }

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

background-color css

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

 a { background-color: rgb(30,151,96); }

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

border-color css

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

 span { border-color: rgb(30,151,96); }

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