#309F5F

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

Shades of Eucalyptus #309F5F

Tints of Eucalyptus #309F5F

Color information

#309F5F (or 0x309F5F) is unknown color: approx Eucalyptus. HEX triplet: 30, 9F and 5F. RGB value is (48,159,95). Sum of RGB (Red+Green+Blue) = 48+159+95=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 159 (62.5% from 255 or 52.65% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 159 - color contains mainly: green. Hex color #309F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309F5F is #CF60A0. Grayscale: #767676. Windows color (decimal): -13590689 or 6266672. OLE color: 6266672.

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

Color convert

RGB4815995-
CMYK0.7000.400.38
HSL145.41º53.62%40.59%-
HSV(B)145.41º69.81%62.35%-
XYZ15.6826.2515.07-
YUV118.52114.7377.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 159 (62.5% from 255) = 52.65%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=15.89%
G=52.65%
B=31.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48159950.7000.400.38145.4153.6240.59
Hex309F5F4602826913629
Octal60237137106050462216651
Binary1100001001111110111111000110010100010011010010001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,159,95); }

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

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

 a { background-color: rgb(48,159,95); }

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

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

 span { border-color: rgb(48,159,95); }

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