#289960

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

Shades of Eucalyptus #289960

Tints of Eucalyptus #289960

Color information

#289960 (or 0x289960) is unknown color: approx Eucalyptus. HEX triplet: 28, 99 and 60. RGB value is (40,153,96). Sum of RGB (Red+Green+Blue) = 40+153+96=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #289960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289960 is #D7669F. Grayscale: #707070. Windows color (decimal): -14116512 or 6330664. OLE color: 6330664.

HSL color Cylindrical-coordinate representation of color #289960: hue angle of 149.73º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289960 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB4015396-
CMYK0.7400.370.4
HSL149.73º58.55%37.84%-
HSV(B)149.73º73.86%60%-
XYZ14.3824.0814.96-
YUV112.71118.5676.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.84%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=13.84%
G=52.94%
B=33.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal40153960.7400.370.4149.7358.5537.84
Hex2899604A02528963b26
Octal50231140112045502267346
Binary1010001001100111000001001010010010110100010010110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289960; }

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

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

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

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

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

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

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

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