#1E965E

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

Shades of Eucalyptus #1E965E

Tints of Eucalyptus #1E965E

Color information

#1E965E (or 0x1E965E) is unknown color: approx Eucalyptus. HEX triplet: 1E, 96 and 5E. RGB value is (30,150,94). Sum of RGB (Red+Green+Blue) = 30+150+94=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #1E965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E965E is #E169A1. Grayscale: #6B6B6B. Windows color (decimal): -14772642 or 6198814. OLE color: 6198814.

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

Color convert

RGB3015094-
CMYK0.8000.370.41
HSL152º66.67%35.29%-
HSV(B)152º80%58.82%-
XYZ13.4622.914.3-
YUV107.74120.2472.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.95%
GREEN value IS 150 (58.98% from 255) = 54.74%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=10.95%
G=54.74%
B=34.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal30150940.8000.370.4115266.6735.29
Hex1E965E5002529984323
Octal362261361200455123010343
Binary1111010010110101111010100000100101101001100110001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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