#309E5C

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

Shades of Eucalyptus #309E5C

Tints of Eucalyptus #309E5C

Color information

#309E5C (or 0x309E5C) is unknown color: approx Eucalyptus. HEX triplet: 30, 9E and 5C. RGB value is (48,158,92). Sum of RGB (Red+Green+Blue) = 48+158+92=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 158 (62.11% from 255 or 53.02% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 158 - color contains mainly: green. Hex color #309E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309E5C is #CF61A3. Grayscale: #757575. Windows color (decimal): -13590948 or 6069808. OLE color: 6069808.

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

Color convert

RGB4815892-
CMYK0.7000.420.38
HSL144º53.4%40.39%-
HSV(B)144º69.62%61.96%-
XYZ15.3825.8514.31-
YUV117.59113.5678.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.11%
GREEN value IS 158 (62.11% from 255) = 53.02%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=16.11%
G=53.02%
B=30.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48158920.7000.420.3814453.440.39
Hex309E5C4602A26903528
Octal60236134106052462206550
Binary1100001001111010111001000110010101010011010010000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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