#309c65

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

Shades of Eucalyptus #309C65

Tints of Eucalyptus #309C65

Color information

#309C65 (or 0x309C65) is unknown color: approx Eucalyptus. HEX triplet: 30, 9C and 65. RGB value is (48,156,101). Sum of RGB (Red+Green+Blue) = 48+156+101=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #309C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C65 is #CF639A. Grayscale: #757575. Windows color (decimal): -13591451 or 6659120. OLE color: 6659120.

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

Color convert

RGB48156101-
CMYK0.6900.350.39
HSL149.44º52.94%40%-
HSV(B)149.44º69.23%61.18%-
XYZ15.4625.3416.39-
YUV117.44118.7278.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.74%
GREEN value IS 156 (61.33% from 255) = 51.15%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=15.74%
G=51.15%
B=33.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481561010.6900.350.39149.4452.9440
Hex309C654502327953528
Octal60234145105043472256550
Binary1100001001110011001011000101010001110011110010101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309c65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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