#308F63

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

Shades of Eucalyptus #308F63

Tints of Eucalyptus #308F63

Color information

#308F63 (or 0x308F63) is unknown color: approx Eucalyptus. HEX triplet: 30, 8F and 63. RGB value is (48,143,99). Sum of RGB (Red+Green+Blue) = 48+143+99=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 143 (56.25% from 255 or 49.31% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 143 - color contains mainly: green. Hex color #308F63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F63 is #CF709C. Grayscale: #6D6D6D. Windows color (decimal): -13594781 or 6524720. OLE color: 6524720.

HSL color Cylindrical-coordinate representation of color #308F63: hue angle of 152.21º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308F63 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB4814399-
CMYK0.6600.310.44
HSL152.21º49.74%37.45%-
HSV(B)152.21º66.43%56.08%-
XYZ13.2921.1715.19-
YUV109.58122.0384.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 143 (56.25% from 255) = 49.31%
BLUE value IS 99 (39.06% from 255) = 34.14%
R=16.55%
G=49.31%
B=34.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48143990.6600.310.44152.2149.7437.45
Hex308F634201F2C983225
Octal60217143102037542306245
Binary110000100011111100011100001001111110110010011000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308F63; }

 p { color: rgb(48,143,99); }

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

<style>
 a { background-color: #308F63; }

 a { background-color: rgb(48,143,99); }

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

<style>
 span { border-color: #308F63; }

 span { border-color: rgb(48,143,99); }

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