#28945C

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

Shades of Eucalyptus #28945C

Tints of Eucalyptus #28945C

Color information

#28945C (or 0x28945C) is unknown color: approx Eucalyptus. HEX triplet: 28, 94 and 5C. RGB value is (40,148,92). Sum of RGB (Red+Green+Blue) = 40+148+92=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #28945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28945C is #D76BA3. Grayscale: #6D6D6D. Windows color (decimal): -14117796 or 6067240. OLE color: 6067240.

HSL color Cylindrical-coordinate representation of color #28945C: hue angle of 148.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28945C is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB4014892-
CMYK0.7300.380.42
HSL148.89º57.45%36.86%-
HSV(B)148.89º72.97%58.04%-
XYZ13.422.413.74-
YUV109.32118.2278.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.29%
GREEN value IS 148 (58.20% from 255) = 52.86%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=14.29%
G=52.86%
B=32.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40148920.7300.380.42148.8957.4536.86
Hex28945C490262A953925
Octal50224134111046522257145
Binary1010001001010010111001001001010011010101010010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28945C; }

 p { color: rgb(40,148,92); }

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

<style>
 a { background-color: #28945C; }

 a { background-color: rgb(40,148,92); }

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

<style>
 span { border-color: #28945C; }

 span { border-color: rgb(40,148,92); }

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