#28A663

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

Shades of Eucalyptus #28A663

Tints of Eucalyptus #28A663

Color information

#28A663 (or 0x28A663) is unknown color: approx Eucalyptus. HEX triplet: 28, A6 and 63. RGB value is (40,166,99). Sum of RGB (Red+Green+Blue) = 40+166+99=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 166 (65.23% from 255 or 54.43% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 166 - color contains mainly: green. Hex color #28A663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A663 is #D7599C. Grayscale: #787878. Windows color (decimal): -14113181 or 6530600. OLE color: 6530600.

HSL color Cylindrical-coordinate representation of color #28A663: hue angle of 148.1º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A663 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB4016699-
CMYK0.7600.400.35
HSL148.1º61.17%40.39%-
HSV(B)148.1º75.9%65.1%-
XYZ16.7628.6216.45-
YUV120.69115.7670.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.11%
GREEN value IS 166 (65.23% from 255) = 54.43%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=13.11%
G=54.43%
B=32.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal40166990.7600.400.35148.161.1740.39
Hex28A6634C02823943d28
Octal50246143114050432247550
Binary1010001010011011000111001100010100010001110010100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28A663; }

 p { color: rgb(40,166,99); }

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

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

 a { background-color: rgb(40,166,99); }

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

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

 span { border-color: rgb(40,166,99); }

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