#309A66

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

Shades of Eucalyptus #309A66

Tints of Eucalyptus #309A66

Color information

#309A66 (or 0x309A66) is unknown color: approx Eucalyptus. HEX triplet: 30, 9A and 66. RGB value is (48,154,102). Sum of RGB (Red+Green+Blue) = 48+154+102=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 154 (60.55% from 255 or 50.66% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 154 - color contains mainly: green. Hex color #309A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309A66 is #CF6599. Grayscale: #747474. Windows color (decimal): -13591962 or 6724144. OLE color: 6724144.

HSL color Cylindrical-coordinate representation of color #309A66: hue angle of 150.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309A66 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB48154102-
CMYK0.6900.340.40
HSL150.57º52.48%39.61%-
HSV(B)150.57º68.83%60.39%-
XYZ15.1724.716.54-
YUV116.38119.8879.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 154 (60.55% from 255) = 50.66%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=15.79%
G=50.66%
B=33.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481541020.6900.340.40150.5752.4839.61
Hex309A664502228973428
Octal60232146105042502276450
Binary1100001001101011001101000101010001010100010010111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,154,102); }

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

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

 a { background-color: rgb(48,154,102); }

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

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

 span { border-color: rgb(48,154,102); }

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