#309B5E

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

Shades of Eucalyptus #309B5E

Tints of Eucalyptus #309B5E

Color information

#309B5E (or 0x309B5E) is unknown color: approx Eucalyptus. HEX triplet: 30, 9B and 5E. RGB value is (48,155,94). Sum of RGB (Red+Green+Blue) = 48+155+94=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #309B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309B5E is #CF64A1. Grayscale: #747474. Windows color (decimal): -13591714 or 6200112. OLE color: 6200112.

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

Color convert

RGB4815594-
CMYK0.6900.390.39
HSL145.79º52.71%39.8%-
HSV(B)145.79º69.03%60.78%-
XYZ14.9624.8814.6-
YUV116.05115.5579.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 155 (60.94% from 255) = 52.19%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=16.16%
G=52.19%
B=31.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48155940.6900.390.39145.7952.7139.8
Hex309B5E4502727923528
Octal60233136105047472226550
Binary1100001001101110111101000101010011110011110010010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,155,94); }

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

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

 a { background-color: rgb(48,155,94); }

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

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

 span { border-color: rgb(48,155,94); }

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