#289660

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

Shades of Eucalyptus #289660

Tints of Eucalyptus #289660

Color information

#289660 (or 0x289660) is unknown color: approx Eucalyptus. HEX triplet: 28, 96 and 60. RGB value is (40,150,96). Sum of RGB (Red+Green+Blue) = 40+150+96=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #289660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289660 is #D7699F. Grayscale: #6F6F6F. Windows color (decimal): -14117280 or 6329896. OLE color: 6329896.

HSL color Cylindrical-coordinate representation of color #289660: hue angle of 150.55º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289660 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB4015096-
CMYK0.7300.360.41
HSL150.55º57.89%37.25%-
HSV(B)150.55º73.33%58.82%-
XYZ13.8923.1114.79-
YUV110.95119.5677.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.99%
GREEN value IS 150 (58.98% from 255) = 52.45%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=13.99%
G=52.45%
B=33.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40150960.7300.360.41150.5557.8937.25
Hex2896604902429973a25
Octal50226140111044512277245
Binary1010001001011011000001001001010010010100110010111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289660; }

 p { color: rgb(40,150,96); }

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

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

 a { background-color: rgb(40,150,96); }

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

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

 span { border-color: rgb(40,150,96); }

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