#1E9F52

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

Shades of Eucalyptus #1E9F52

Tints of Eucalyptus #1E9F52

Color information

#1E9F52 (or 0x1E9F52) is unknown color: approx Eucalyptus. HEX triplet: 1E, 9F and 52. RGB value is (30,159,82). Sum of RGB (Red+Green+Blue) = 30+159+82=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 159 (62.5% from 255 or 58.67% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 159 - color contains mainly: green. Hex color #1E9F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9F52 is #E160AD. Grayscale: #6F6F6F. Windows color (decimal): -14770350 or 5414686. OLE color: 5414686.

HSL color Cylindrical-coordinate representation of color #1E9F52: hue angle of 144.19º 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 #1E9F52 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB3015982-
CMYK0.8100.480.38
HSL144.19º68.25%37.06%-
HSV(B)144.19º81.13%62.35%-
XYZ14.4625.6812.18-
YUV111.65111.2669.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.07%
GREEN value IS 159 (62.5% from 255) = 58.67%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=11.07%
G=58.67%
B=30.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30159820.8100.480.38144.1968.2537.06
Hex1E9F525103026904425
Octal362371221210604622010445
Binary1111010011111101001010100010110000100110100100001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,159,82); }

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

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

 a { background-color: rgb(30,159,82); }

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

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

 span { border-color: rgb(30,159,82); }

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