#309E60

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

Shades of Eucalyptus #309E60

Tints of Eucalyptus #309E60

Color information

#309E60 (or 0x309E60) is unknown color: approx Eucalyptus. HEX triplet: 30, 9E and 60. RGB value is (48,158,96). Sum of RGB (Red+Green+Blue) = 48+158+96=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #309E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309E60 is #CF619F. Grayscale: #767676. Windows color (decimal): -13590944 or 6331952. OLE color: 6331952.

HSL color Cylindrical-coordinate representation of color #309E60: hue angle of 146.18º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309E60 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB4815896-
CMYK0.7000.390.38
HSL146.18º53.4%40.39%-
HSV(B)146.18º69.62%61.96%-
XYZ15.5625.9315.25-
YUV118.04115.5678.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 158 (62.11% from 255) = 52.32%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=15.89%
G=52.32%
B=31.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48158960.7000.390.38146.1853.440.39
Hex309E604602726923528
Octal60236140106047462226550
Binary1100001001111011000001000110010011110011010010010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309E60; }

 p { color: rgb(48,158,96); }

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

<style>
 a { background-color: #309E60; }

 a { background-color: rgb(48,158,96); }

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

<style>
 span { border-color: #309E60; }

 span { border-color: rgb(48,158,96); }

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