#309C60

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

Shades of Eucalyptus #309C60

Tints of Eucalyptus #309C60

Color information

#309C60 (or 0x309C60) is unknown color: approx Eucalyptus. HEX triplet: 30, 9C and 60. RGB value is (48,156,96). Sum of RGB (Red+Green+Blue) = 48+156+96=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 156 (61.33% from 255 or 52% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 156 - color contains mainly: green. Hex color #309C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C60 is #CF639F. Grayscale: #757575. Windows color (decimal): -13591456 or 6331440. OLE color: 6331440.

HSL color Cylindrical-coordinate representation of color #309C60: hue angle of 146.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309C60 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB4815696-
CMYK0.6900.380.39
HSL146.67º52.94%40%-
HSV(B)146.67º69.23%61.18%-
XYZ15.2225.2515.14-
YUV116.87116.2278.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 156 (61.33% from 255) = 52%
BLUE value IS 96 (37.89% from 255) = 32%
R=16%
G=52%
B=32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48156960.6900.380.39146.6752.9440
Hex309C604502627933528
Octal60234140105046472236550
Binary1100001001110011000001000101010011010011110010011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,156,96); }

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

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

 a { background-color: rgb(48,156,96); }

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

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

 span { border-color: rgb(48,156,96); }

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