Html Css Color HEX #1E975B Eucalyptus

📋 copy color: '#1E975B'

red 30 ◦ green 151 ◦ blue 91

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

Shades of Eucalyptus #1E975B

Tints of Eucalyptus #1E975B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 11.03%
G = 55.51%
B = 33.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#1E975B (or 0x1E975B) is known color: Eucalyptus. HEX triplet: 1E, 97 and 5B. RGB value is (30,151,91). Sum of RGB (Red+Green+Blue) = 30+151+91=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #1E975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E975B is #E168A4. Grayscale: #6C6C6C. Windows color (decimal): -14772389 or 6002462. OLE color: 6002462.

HSL color Cylindrical-coordinate representation of color #1E975B: hue angle of 150.25º 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 #1E975B is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 30 151 91 -
CMYK 0.80 0 0.40 0.41
HSL 150.25º 0.67% 0.35% -
HSV(B) 150.25º 0.8% 0.59% -
XYZ 13.49 23.16 13.66 -
YUV 107.98 118.41 72.38 -
System Red Green Blue C M Y K H S L
Decimal 30 151 91 0.80 0 0.40 0.41 150.25 0.67 0.35
Hex 1E 97 5B 50 0 28 29 96 43 23
Octal 36 227 133 120 0 50 51 226 103 43
Binary 11110 10010111 1011011 1010000 0 101000 101001 10010110 1000011 100011

Color Harmonies of #1E975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E975B

Black with #1E975B

Text Example


Text Example

White with #1E975B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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