#28A85F

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

Shades of Eucalyptus #28A85F

Tints of Eucalyptus #28A85F

Color information

#28A85F (or 0x28A85F) is unknown color: approx Eucalyptus. HEX triplet: 28, A8 and 5F. RGB value is (40,168,95). Sum of RGB (Red+Green+Blue) = 40+168+95=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 168 (66.02% from 255 or 55.45% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 168 - color contains mainly: green. Hex color #28A85F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A85F is #D757A0. Grayscale: #797979. Windows color (decimal): -14112673 or 6268968. OLE color: 6268968.

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

Color convert

RGB4016895-
CMYK0.7600.430.34
HSL145.78º61.54%40.78%-
HSV(B)145.78º76.19%65.88%-
XYZ16.9429.2815.59-
YUV121.41113.0969.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.20%
GREEN value IS 168 (66.02% from 255) = 55.45%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=13.20%
G=55.45%
B=31.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal40168950.7600.430.34145.7861.5440.78
Hex28A85F4C02B22923e29
Octal50250137114053422227651
Binary1010001010100010111111001100010101110001010010010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,168,95); }

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

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

 a { background-color: rgb(40,168,95); }

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

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

 span { border-color: rgb(40,168,95); }

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