#309E73

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

Shades of Eucalyptus #309E73

Tints of Eucalyptus #309E73

Color information

#309E73 (or 0x309E73) is unknown color: approx Eucalyptus. HEX triplet: 30, 9E and 73. RGB value is (48,158,115). Sum of RGB (Red+Green+Blue) = 48+158+115=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #309E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309E73 is #CF618C. Grayscale: #787878. Windows color (decimal): -13590925 or 7577136. OLE color: 7577136.

HSL color Cylindrical-coordinate representation of color #309E73: hue angle of 156.55º 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 #309E73 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB48158115-
CMYK0.7000.270.38
HSL156.55º53.4%40.39%-
HSV(B)156.55º69.62%61.96%-
XYZ16.5426.3220.43-
YUV120.21125.0676.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 158 (62.11% from 255) = 49.22%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=14.95%
G=49.22%
B=35.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481581150.7000.270.38156.5553.440.39
Hex309E734601B269d3528
Octal60236163106033462356550
Binary110000100111101110011100011001101110011010011101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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