#28A366

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

Shades of Eucalyptus #28A366

Tints of Eucalyptus #28A366

Color information

#28A366 (or 0x28A366) is unknown color: approx Eucalyptus. HEX triplet: 28, A3 and 66. RGB value is (40,163,102). Sum of RGB (Red+Green+Blue) = 40+163+102=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #28A366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A366 is #D75C99. Grayscale: #777777. Windows color (decimal): -14113946 or 6726440. OLE color: 6726440.

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

Color convert

RGB40163102-
CMYK0.7500.370.36
HSL150.24º60.59%39.8%-
HSV(B)150.24º75.46%63.92%-
XYZ16.3727.617.04-
YUV119.27118.2571.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.11%
GREEN value IS 163 (64.06% from 255) = 53.44%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=13.11%
G=53.44%
B=33.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401631020.7500.370.36150.2460.5939.8
Hex28A3664B02524963d28
Octal50243146113045442267550
Binary1010001010001111001101001011010010110010010010110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,163,102); }

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

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

 a { background-color: rgb(40,163,102); }

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

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

 span { border-color: rgb(40,163,102); }

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