#288F64

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

Shades of Eucalyptus #288F64

Tints of Eucalyptus #288F64

Color information

#288F64 (or 0x288F64) is unknown color: approx Eucalyptus. HEX triplet: 28, 8F and 64. RGB value is (40,143,100). Sum of RGB (Red+Green+Blue) = 40+143+100=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 143 (56.25% from 255 or 50.53% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 143 - color contains mainly: green. Hex color #288F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F64 is #D7709B. Grayscale: #6B6B6B. Windows color (decimal): -14119068 or 6590248. OLE color: 6590248.

HSL color Cylindrical-coordinate representation of color #288F64: hue angle of 154.95º 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 #288F64 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB40143100-
CMYK0.7200.300.44
HSL154.95º56.28%35.88%-
HSV(B)154.95º72.03%56.08%-
XYZ1321.0215.43-
YUV107.3123.8880-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.13%
GREEN value IS 143 (56.25% from 255) = 50.53%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=14.13%
G=50.53%
B=35.34%

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
Decimal401431000.7200.300.44154.9556.2835.88
Hex288F644801E2C9b3824
Octal50217144110036542337044
Binary101000100011111100100100100001111010110010011011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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