#309F6F

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

Shades of Eucalyptus #309F6F

Tints of Eucalyptus #309F6F

Color information

#309F6F (or 0x309F6F) is unknown color: approx Eucalyptus. HEX triplet: 30, 9F and 6F. RGB value is (48,159,111). Sum of RGB (Red+Green+Blue) = 48+159+111=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #309F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309F6F is #CF6090. Grayscale: #787878. Windows color (decimal): -13590673 or 7315248. OLE color: 7315248.

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

Color convert

RGB48159111-
CMYK0.7000.300.38
HSL154.05º53.62%40.59%-
HSV(B)154.05º69.81%62.35%-
XYZ16.4926.5719.3-
YUV120.34122.7376.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.09%
GREEN value IS 159 (62.5% from 255) = 50%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=15.09%
G=50%
B=34.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481591110.7000.300.38154.0553.6240.59
Hex309F6F4601E269a3629
Octal60237157106036462326651
Binary110000100111111101111100011001111010011010011010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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