#309768

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

Shades of Eucalyptus #309768

Tints of Eucalyptus #309768

Color information

#309768 (or 0x309768) is unknown color: approx Eucalyptus. HEX triplet: 30, 97 and 68. RGB value is (48,151,104). Sum of RGB (Red+Green+Blue) = 48+151+104=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #309768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309768 is #CF6897. Grayscale: #727272. Windows color (decimal): -13592728 or 6854448. OLE color: 6854448.

HSL color Cylindrical-coordinate representation of color #309768: hue angle of 152.62º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309768 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB48151104-
CMYK0.6800.310.41
HSL152.62º51.76%39.02%-
HSV(B)152.62º68.21%59.22%-
XYZ14.7823.7616.9-
YUV114.84121.8880.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 151 (59.38% from 255) = 49.83%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=15.84%
G=49.83%
B=34.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481511040.6800.310.41152.6251.7639.02
Hex3097684401F29993427
Octal60227150104037512316447
Binary110000100101111101000100010001111110100110011001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309768; }

 p { color: rgb(48,151,104); }

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

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

 a { background-color: rgb(48,151,104); }

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

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

 span { border-color: rgb(48,151,104); }

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