#28A468

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

Shades of Eucalyptus #28A468

Tints of Eucalyptus #28A468

Color information

#28A468 (or 0x28A468) is unknown color: approx Eucalyptus. HEX triplet: 28, A4 and 68. RGB value is (40,164,104). Sum of RGB (Red+Green+Blue) = 40+164+104=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 164 (64.45% from 255 or 53.25% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 164 - color contains mainly: green. Hex color #28A468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A468 is #D75B97. Grayscale: #787878. Windows color (decimal): -14113688 or 6857768. OLE color: 6857768.

HSL color Cylindrical-coordinate representation of color #28A468: hue angle of 150.97º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A468 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB40164104-
CMYK0.7600.370.36
HSL150.97º60.78%40%-
HSV(B)150.97º75.61%64.31%-
XYZ16.652817.62-
YUV120.08118.9270.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.99%
GREEN value IS 164 (64.45% from 255) = 53.25%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=12.99%
G=53.25%
B=33.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401641040.7600.370.36150.9760.7840
Hex28A4684C02524973d28
Octal50244150114045442277550
Binary1010001010010011010001001100010010110010010010111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,164,104); }

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

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

 a { background-color: rgb(40,164,104); }

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

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

 span { border-color: rgb(40,164,104); }

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