#28A66C

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

Shades of Eucalyptus #28A66C

Tints of Eucalyptus #28A66C

Color information

#28A66C (or 0x28A66C) is unknown color: approx Eucalyptus. HEX triplet: 28, A6 and 6C. RGB value is (40,166,108). Sum of RGB (Red+Green+Blue) = 40+166+108=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #28A66C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A66C is #D75993. Grayscale: #797979. Windows color (decimal): -14113172 or 7120424. OLE color: 7120424.

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

Color convert

RGB40166108-
CMYK0.7600.350.35
HSL152.38º61.17%40.39%-
HSV(B)152.38º75.9%65.1%-
XYZ17.2228.8118.84-
YUV121.71120.2669.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.74%
GREEN value IS 166 (65.23% from 255) = 52.87%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=12.74%
G=52.87%
B=34.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal401661080.7600.350.35152.3861.1740.39
Hex28A66C4C02323983d28
Octal50246154114043432307550
Binary1010001010011011011001001100010001110001110011000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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