#309A6C

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

Shades of Eucalyptus #309A6C

Tints of Eucalyptus #309A6C

Color information

#309A6C (or 0x309A6C) is unknown color: approx Eucalyptus. HEX triplet: 30, 9A and 6C. RGB value is (48,154,108). Sum of RGB (Red+Green+Blue) = 48+154+108=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #309A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309A6C is #CF6593. Grayscale: #757575. Windows color (decimal): -13591956 or 7117360. OLE color: 7117360.

HSL color Cylindrical-coordinate representation of color #309A6C: hue angle of 153.96º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309A6C is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB48154108-
CMYK0.6900.300.40
HSL153.96º52.48%39.61%-
HSV(B)153.96º68.83%60.39%-
XYZ15.4824.8218.16-
YUV117.06122.8878.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 154 (60.55% from 255) = 49.68%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=15.48%
G=49.68%
B=34.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481541080.6900.300.40153.9652.4839.61
Hex309A6C4501E289a3428
Octal60232154105036502326450
Binary110000100110101101100100010101111010100010011010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,154,108); }

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

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

 a { background-color: rgb(48,154,108); }

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

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

 span { border-color: rgb(48,154,108); }

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