#288E64

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

Shades of Eucalyptus #288E64

Tints of Eucalyptus #288E64

Color information

#288E64 (or 0x288E64) is unknown color: approx Eucalyptus. HEX triplet: 28, 8E and 64. RGB value is (40,142,100). Sum of RGB (Red+Green+Blue) = 40+142+100=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #288E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288E64 is #D7719B. Grayscale: #6A6A6A. Windows color (decimal): -14119324 or 6589992. OLE color: 6589992.

HSL color Cylindrical-coordinate representation of color #288E64: hue angle of 155.29º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288E64 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB40142100-
CMYK0.7200.300.44
HSL155.29º56.04%35.69%-
HSV(B)155.29º71.83%55.69%-
XYZ12.8520.7215.38-
YUV106.71124.2180.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.18%
GREEN value IS 142 (55.86% from 255) = 50.35%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=14.18%
G=50.35%
B=35.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401421000.7200.300.44155.2956.0435.69
Hex288E644801E2C9b3824
Octal50216144110036542337044
Binary101000100011101100100100100001111010110010011011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288E64; }

 p { color: rgb(40,142,100); }

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

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

 a { background-color: rgb(40,142,100); }

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

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

 span { border-color: rgb(40,142,100); }

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