#289965

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

Shades of Eucalyptus #289965

Tints of Eucalyptus #289965

Color information

#289965 (or 0x289965) is unknown color: approx Eucalyptus. HEX triplet: 28, 99 and 65. RGB value is (40,153,101). Sum of RGB (Red+Green+Blue) = 40+153+101=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #289965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289965 is #D7669A. Grayscale: #717171. Windows color (decimal): -14116507 or 6658344. OLE color: 6658344.

HSL color Cylindrical-coordinate representation of color #289965: hue angle of 152.39º 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 #289965 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB40153101-
CMYK0.7400.340.4
HSL152.39º58.55%37.84%-
HSV(B)152.39º73.86%60%-
XYZ14.6224.1716.21-
YUV113.28121.0675.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.61%
GREEN value IS 153 (60.16% from 255) = 52.04%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=13.61%
G=52.04%
B=34.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal401531010.7400.340.4152.3958.5537.84
Hex2899654A02228983b26
Octal50231145112042502307346
Binary1010001001100111001011001010010001010100010011000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289965; }

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

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

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

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

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

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

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

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