#289B69

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

Shades of Eucalyptus #289B69

Tints of Eucalyptus #289B69

Color information

#289B69 (or 0x289B69) is unknown color: approx Eucalyptus. HEX triplet: 28, 9B and 69. RGB value is (40,155,105). Sum of RGB (Red+Green+Blue) = 40+155+105=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #289B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289B69 is #D76496. Grayscale: #727272. Windows color (decimal): -14115991 or 6921000. OLE color: 6921000.

HSL color Cylindrical-coordinate representation of color #289B69: hue angle of 153.91º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289B69 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB40155105-
CMYK0.7400.320.39
HSL153.91º58.97%38.24%-
HSV(B)153.91º74.19%60.78%-
XYZ15.1524.9117.38-
YUV114.92122.474.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.33%
GREEN value IS 155 (60.94% from 255) = 51.67%
BLUE value IS 105 (41.41% from 255) = 35%
R=13.33%
G=51.67%
B=35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401551050.7400.320.39153.9158.9738.24
Hex289B694A020279a3b26
Octal50233151112040472327346
Binary1010001001101111010011001010010000010011110011010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289B69; }

 p { color: rgb(40,155,105); }

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

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

 a { background-color: rgb(40,155,105); }

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

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

 span { border-color: rgb(40,155,105); }

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