#308F65

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

Shades of Eucalyptus #308F65

Tints of Eucalyptus #308F65

Color information

#308F65 (or 0x308F65) is unknown color: approx Eucalyptus. HEX triplet: 30, 8F and 65. RGB value is (48,143,101). Sum of RGB (Red+Green+Blue) = 48+143+101=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 143 (56.25% from 255 or 48.97% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 143 - color contains mainly: green. Hex color #308F65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F65 is #CF709A. Grayscale: #6D6D6D. Windows color (decimal): -13594779 or 6655792. OLE color: 6655792.

HSL color Cylindrical-coordinate representation of color #308F65: hue angle of 153.47º 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 #308F65 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB48143101-
CMYK0.6600.290.44
HSL153.47º49.74%37.45%-
HSV(B)153.47º66.43%56.08%-
XYZ13.3921.2115.7-
YUV109.81123.0383.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 143 (56.25% from 255) = 48.97%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=16.44%
G=48.97%
B=34.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481431010.6600.290.44153.4749.7437.45
Hex308F654201D2C993225
Octal60217145102035542316245
Binary110000100011111100101100001001110110110010011001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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