#28A45C

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

Shades of Eucalyptus #28A45C

Tints of Eucalyptus #28A45C

Color information

#28A45C (or 0x28A45C) is unknown color: approx Eucalyptus. HEX triplet: 28, A4 and 5C. RGB value is (40,164,92). Sum of RGB (Red+Green+Blue) = 40+164+92=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 164 (64.45% from 255 or 55.41% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 164 - color contains mainly: green. Hex color #28A45C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A45C is #D75BA3. Grayscale: #767676. Windows color (decimal): -14113700 or 6071336. OLE color: 6071336.

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

Color convert

RGB4016492-
CMYK0.7600.440.36
HSL145.16º60.78%40%-
HSV(B)145.16º75.61%64.31%-
XYZ16.0827.7714.64-
YUV118.72112.9271.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.51%
GREEN value IS 164 (64.45% from 255) = 55.41%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=13.51%
G=55.41%
B=31.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40164920.7600.440.36145.1660.7840
Hex28A45C4C02C24913d28
Octal50244134114054442217550
Binary1010001010010010111001001100010110010010010010001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,164,92); }

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

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

 a { background-color: rgb(40,164,92); }

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

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

 span { border-color: rgb(40,164,92); }

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