#309F62

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

Shades of Eucalyptus #309F62

Tints of Eucalyptus #309F62

Color information

#309F62 (or 0x309F62) is unknown color: approx Eucalyptus. HEX triplet: 30, 9F and 62. RGB value is (48,159,98). Sum of RGB (Red+Green+Blue) = 48+159+98=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #309F62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309F62 is #CF609D. Grayscale: #767676. Windows color (decimal): -13590686 or 6463280. OLE color: 6463280.

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

Color convert

RGB4815998-
CMYK0.7000.380.38
HSL147.03º53.62%40.59%-
HSV(B)147.03º69.81%62.35%-
XYZ15.8226.3115.8-
YUV118.86116.2377.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.74%
GREEN value IS 159 (62.5% from 255) = 52.13%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=15.74%
G=52.13%
B=32.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48159980.7000.380.38147.0353.6240.59
Hex309F624602626933629
Octal60237142106046462236651
Binary1100001001111111000101000110010011010011010010011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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