#1E985D

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

Shades of Eucalyptus #1E985D

Tints of Eucalyptus #1E985D

Color information

#1E985D (or 0x1E985D) is unknown color: approx Eucalyptus. HEX triplet: 1E, 98 and 5D. RGB value is (30,152,93). Sum of RGB (Red+Green+Blue) = 30+152+93=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #1E985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E985D is #E167A2. Grayscale: #6C6C6C. Windows color (decimal): -14772131 or 6133790. OLE color: 6133790.

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

Color convert

RGB3015293-
CMYK0.8000.390.40
HSL150.98º67.03%35.69%-
HSV(B)150.98º80.26%59.61%-
XYZ13.7423.5214.17-
YUV108.8119.0871.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.91%
GREEN value IS 152 (59.77% from 255) = 55.27%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=10.91%
G=55.27%
B=33.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal30152930.8000.390.40150.9867.0335.69
Hex1E985D5002728974324
Octal362301351200475022710344
Binary1111010011000101110110100000100111101000100101111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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