#28A64F

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

Shades of Eucalyptus #28A64F

Tints of Eucalyptus #28A64F

Color information

#28A64F (or 0x28A64F) is unknown color: approx Eucalyptus. HEX triplet: 28, A6 and 4F. RGB value is (40,166,79). Sum of RGB (Red+Green+Blue) = 40+166+79=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 166 (65.23% from 255 or 58.25% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 166 - color contains mainly: green. Hex color #28A64F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A64F is #D759B0. Grayscale: #767676. Windows color (decimal): -14113201 or 5219880. OLE color: 5219880.

HSL color Cylindrical-coordinate representation of color #28A64F: hue angle of 138.57º 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 #28A64F is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB4016679-
CMYK0.7600.520.35
HSL138.57º61.17%40.39%-
HSV(B)138.57º75.9%65.1%-
XYZ15.9228.2912.02-
YUV118.41105.7672.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.04%
GREEN value IS 166 (65.23% from 255) = 58.25%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=14.04%
G=58.25%
B=27.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal40166790.7600.520.35138.5761.1740.39
Hex28A64F4C034238b3d28
Octal50246117114064432137550
Binary1010001010011010011111001100011010010001110001011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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