#28965E

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

Shades of Eucalyptus #28965E

Tints of Eucalyptus #28965E

Color information

#28965E (or 0x28965E) is unknown color: approx Eucalyptus. HEX triplet: 28, 96 and 5E. RGB value is (40,150,94). Sum of RGB (Red+Green+Blue) = 40+150+94=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #28965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28965E is #D769A1. Grayscale: #6E6E6E. Windows color (decimal): -14117282 or 6198824. OLE color: 6198824.

HSL color Cylindrical-coordinate representation of color #28965E: hue angle of 149.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28965E is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB4015094-
CMYK0.7300.370.41
HSL149.45º57.89%37.25%-
HSV(B)149.45º73.33%58.82%-
XYZ13.823.0714.32-
YUV110.73118.5677.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.08%
GREEN value IS 150 (58.98% from 255) = 52.82%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=14.08%
G=52.82%
B=33.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40150940.7300.370.41149.4557.8937.25
Hex28965E4902529953a25
Octal50226136111045512257245
Binary1010001001011010111101001001010010110100110010101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28965E; }

 p { color: rgb(40,150,94); }

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

<style>
 a { background-color: #28965E; }

 a { background-color: rgb(40,150,94); }

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

<style>
 span { border-color: #28965E; }

 span { border-color: rgb(40,150,94); }

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