#28A963

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

Shades of Eucalyptus #28A963

Tints of Eucalyptus #28A963

Color information

#28A963 (or 0x28A963) is unknown color: approx Eucalyptus. HEX triplet: 28, A9 and 63. RGB value is (40,169,99). Sum of RGB (Red+Green+Blue) = 40+169+99=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #28A963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A963 is #D7569C. Grayscale: #7A7A7A. Windows color (decimal): -14112413 or 6531368. OLE color: 6531368.

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

Color convert

RGB4016999-
CMYK0.7600.410.34
HSL147.44º61.72%40.98%-
HSV(B)147.44º76.33%66.27%-
XYZ17.3229.7316.63-
YUV122.45114.7669.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.99%
GREEN value IS 169 (66.41% from 255) = 54.87%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=12.99%
G=54.87%
B=32.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal40169990.7600.410.34147.4461.7240.98
Hex28A9634C02922933e29
Octal50251143114051422237651
Binary1010001010100111000111001100010100110001010010011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,169,99); }

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

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

 a { background-color: rgb(40,169,99); }

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

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

 span { border-color: rgb(40,169,99); }

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