#289468

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

Shades of Eucalyptus #289468

Tints of Eucalyptus #289468

Color information

#289468 (or 0x289468) is unknown color: approx Eucalyptus. HEX triplet: 28, 94 and 68. RGB value is (40,148,104). Sum of RGB (Red+Green+Blue) = 40+148+104=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #289468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289468 is #D76B97. Grayscale: #6E6E6E. Windows color (decimal): -14117784 or 6853672. OLE color: 6853672.

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

Color convert

RGB40148104-
CMYK0.7300.300.42
HSL155.56º57.45%36.86%-
HSV(B)155.56º72.97%58.04%-
XYZ13.9622.6316.73-
YUV110.69124.2277.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.70%
GREEN value IS 148 (58.20% from 255) = 50.68%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=13.70%
G=50.68%
B=35.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401481040.7300.300.42155.5657.4536.86
Hex2894684901E2A9c3925
Octal50224150111036522347145
Binary101000100101001101000100100101111010101010011100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289468; }

 p { color: rgb(40,148,104); }

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

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

 a { background-color: rgb(40,148,104); }

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

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

 span { border-color: rgb(40,148,104); }

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