#1EA958

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

Shades of Eucalyptus #1EA958

Tints of Eucalyptus #1EA958

Color information

#1EA958 (or 0x1EA958) is unknown color: approx Eucalyptus. HEX triplet: 1E, A9 and 58. RGB value is (30,169,88). Sum of RGB (Red+Green+Blue) = 30+169+88=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 169 (66.41% from 255 or 58.89% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 169 - color contains mainly: green. Hex color #1EA958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA958 is #E156A7. Grayscale: #767676. Windows color (decimal): -14767784 or 5810462. OLE color: 5810462.

HSL color Cylindrical-coordinate representation of color #1EA958: hue angle of 145.04º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA958 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB3016988-
CMYK0.8200.480.34
HSL145.04º69.85%39.02%-
HSV(B)145.04º82.25%66.27%-
XYZ16.4829.3614.03-
YUV118.2110.9565.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.45%
GREEN value IS 169 (66.41% from 255) = 58.89%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=10.45%
G=58.89%
B=30.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal30169880.8200.480.34145.0469.8539.02
Hex1EA9585203022914627
Octal362511301220604222110647
Binary1111010101001101100010100100110000100010100100011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,169,88); }

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

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

 a { background-color: rgb(30,169,88); }

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

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

 span { border-color: rgb(30,169,88); }

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