#1EA363

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

Shades of Eucalyptus #1EA363

Tints of Eucalyptus #1EA363

Color information

#1EA363 (or 0x1EA363) is unknown color: approx Eucalyptus. HEX triplet: 1E, A3 and 63. RGB value is (30,163,99). Sum of RGB (Red+Green+Blue) = 30+163+99=292 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.27% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA363 is #E15C9C. Grayscale: #747474. Windows color (decimal): -14769309 or 6529822. OLE color: 6529822.

HSL color Cylindrical-coordinate representation of color #1EA363: hue angle of 151.13º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA363 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB3016399-
CMYK0.8200.390.36
HSL151.13º68.91%37.84%-
HSV(B)151.13º81.6%63.92%-
XYZ15.8827.3716.25-
YUV115.94118.4466.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.27%
GREEN value IS 163 (64.06% from 255) = 55.82%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=10.27%
G=55.82%
B=33.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal30163990.8200.390.36151.1368.9137.84
Hex1EA3635202724974526
Octal362431431220474422710546
Binary1111010100011110001110100100100111100100100101111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,163,99); }

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

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

 a { background-color: rgb(30,163,99); }

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

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

 span { border-color: rgb(30,163,99); }

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