#28AC60

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

Shades of Eucalyptus #28AC60

Tints of Eucalyptus #28AC60

Color information

#28AC60 (or 0x28AC60) is unknown color: approx Eucalyptus. HEX triplet: 28, AC and 60. RGB value is (40,172,96). Sum of RGB (Red+Green+Blue) = 40+172+96=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC60 is #D7539F. Grayscale: #7C7C7C. Windows color (decimal): -14111648 or 6335528. OLE color: 6335528.

HSL color Cylindrical-coordinate representation of color #28AC60: hue angle of 145.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AC60 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB4017296-
CMYK0.7700.440.33
HSL145.45º62.26%41.57%-
HSV(B)145.45º76.74%67.45%-
XYZ17.7430.816.08-
YUV123.87112.2768.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.99%
GREEN value IS 172 (67.58% from 255) = 55.84%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=12.99%
G=55.84%
B=31.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40172960.7700.440.33145.4562.2641.57
Hex28AC604D02C21913e2a
Octal50254140115054412217652
Binary1010001010110011000001001101010110010000110010001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,172,96); }

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

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

 a { background-color: rgb(40,172,96); }

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

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

 span { border-color: rgb(40,172,96); }

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