#309C71

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

Shades of Eucalyptus #309C71

Tints of Eucalyptus #309C71

Color information

#309C71 (or 0x309C71) is unknown color: approx Eucalyptus. HEX triplet: 30, 9C and 71. RGB value is (48,156,113). Sum of RGB (Red+Green+Blue) = 48+156+113=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #309C71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C71 is #CF638E. Grayscale: #767676. Windows color (decimal): -13591439 or 7445552. OLE color: 7445552.

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

Color convert

RGB48156113-
CMYK0.6900.280.39
HSL156.11º52.94%40%-
HSV(B)156.11º69.23%61.18%-
XYZ16.0925.619.72-
YUV118.81124.7277.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 156 (61.33% from 255) = 49.21%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=15.14%
G=49.21%
B=35.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481561130.6900.280.39156.1152.9440
Hex309C714501C279c3528
Octal60234161105034472346550
Binary110000100111001110001100010101110010011110011100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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