#1E9E5D

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

Shades of Eucalyptus #1E9E5D

Tints of Eucalyptus #1E9E5D

Color information

#1E9E5D (or 0x1E9E5D) is unknown color: approx Eucalyptus. HEX triplet: 1E, 9E and 5D. RGB value is (30,158,93). Sum of RGB (Red+Green+Blue) = 30+158+93=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 158 (62.11% from 255 or 56.23% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 158 - color contains mainly: green. Hex color #1E9E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9E5D is #E161A2. Grayscale: #707070. Windows color (decimal): -14770595 or 6135326. OLE color: 6135326.

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

Color convert

RGB3015893-
CMYK0.8100.410.38
HSL149.53º68.09%36.86%-
HSV(B)149.53º81.01%61.96%-
XYZ14.7425.5214.51-
YUV112.32117.0969.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.68%
GREEN value IS 158 (62.11% from 255) = 56.23%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=10.68%
G=56.23%
B=33.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30158930.8100.410.38149.5368.0936.86
Hex1E9E5D5102926964425
Octal362361351210514622610445
Binary1111010011110101110110100010101001100110100101101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,158,93); }

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

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

 a { background-color: rgb(30,158,93); }

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

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

 span { border-color: rgb(30,158,93); }

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