#1E975E

Color #1E975E Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #1E975E

Tints of Eucalyptus #1E975E

Color information

#1E975E (or 0x1E975E) is unknown color: approx Eucalyptus. HEX triplet: 1E, 97 and 5E. RGB value is (30,151,94). Sum of RGB (Red+Green+Blue) = 30+151+94=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #1E975E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E975E is #E168A1. Grayscale: #6C6C6C. Windows color (decimal): -14772386 or 6199070. OLE color: 6199070.

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

Color convert

RGB3015194-
CMYK0.8000.380.41
HSL151.74º66.85%35.49%-
HSV(B)151.74º80.13%59.22%-
XYZ13.6223.2214.35-
YUV108.32119.9172.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.91%
GREEN value IS 151 (59.38% from 255) = 54.91%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=10.91%
G=54.91%
B=34.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal30151940.8000.380.41151.7466.8535.49
Hex1E975E5002629984323
Octal362271361200465123010343
Binary1111010010111101111010100000100110101001100110001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E975E;
 }
 .AnyTagClassName
 {
   color: #1E975E;
 }
</style>
background-color css

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

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

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

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

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

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