#309F61

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

Shades of Eucalyptus #309F61

Tints of Eucalyptus #309F61

Color information

#309F61 (or 0x309F61) is unknown color: approx Eucalyptus. HEX triplet: 30, 9F and 61. RGB value is (48,159,97). Sum of RGB (Red+Green+Blue) = 48+159+97=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 159 (62.5% from 255 or 52.30% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 159 - color contains mainly: green. Hex color #309F61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309F61 is #CF609E. Grayscale: #767676. Windows color (decimal): -13590687 or 6397744. OLE color: 6397744.

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

Color convert

RGB4815997-
CMYK0.7000.390.38
HSL146.49º53.62%40.59%-
HSV(B)146.49º69.81%62.35%-
XYZ15.7726.2915.55-
YUV118.74115.7377.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 159 (62.5% from 255) = 52.30%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=15.79%
G=52.30%
B=31.91%

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
Decimal48159970.7000.390.38146.4953.6240.59
Hex309F614602726923629
Octal60237141106047462226651
Binary1100001001111111000011000110010011110011010010010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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