#28AA5B

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

Shades of Eucalyptus #28AA5B

Tints of Eucalyptus #28AA5B

Color information

#28AA5B (or 0x28AA5B) is unknown color: approx Eucalyptus. HEX triplet: 28, AA and 5B. RGB value is (40,170,91). Sum of RGB (Red+Green+Blue) = 40+170+91=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AA5B is #D755A4. Grayscale: #7A7A7A. Windows color (decimal): -14112165 or 6007336. OLE color: 6007336.

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

Color convert

RGB4017091-
CMYK0.7600.460.33
HSL143.54º61.9%41.18%-
HSV(B)143.54º76.47%66.67%-
XYZ17.1429.9614.78-
YUV122.12110.4369.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 170 (66.80% from 255) = 56.48%
BLUE value IS 91 (35.94% from 255) = 30.23%
R=13.29%
G=56.48%
B=30.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40170910.7600.460.33143.5461.941.18
Hex28AA5B4C02E21903e29
Octal50252133114056412207651
Binary1010001010101010110111001100010111010000110010000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,170,91); }

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

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

 a { background-color: rgb(40,170,91); }

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

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

 span { border-color: rgb(40,170,91); }

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