#308C65

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

Shades of Eucalyptus #308C65

Tints of Eucalyptus #308C65

Color information

#308C65 (or 0x308C65) is unknown color: approx Eucalyptus. HEX triplet: 30, 8C and 65. RGB value is (48,140,101). Sum of RGB (Red+Green+Blue) = 48+140+101=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #308C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308C65 is #CF739A. Grayscale: #6C6C6C. Windows color (decimal): -13595547 or 6655024. OLE color: 6655024.

HSL color Cylindrical-coordinate representation of color #308C65: hue angle of 154.57º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308C65 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB48140101-
CMYK0.6600.280.45
HSL154.57º48.94%36.86%-
HSV(B)154.57º65.71%54.9%-
XYZ12.9520.3215.55-
YUV108.05124.0285.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 140 (55.08% from 255) = 48.44%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=16.61%
G=48.44%
B=34.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481401010.6600.280.45154.5748.9436.86
Hex308C654201C2D9b3125
Octal60214145102034552336145
Binary110000100011001100101100001001110010110110011011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,140,101); }

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

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

 a { background-color: rgb(48,140,101); }

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

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

 span { border-color: rgb(48,140,101); }

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