#28A25D

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

Shades of Eucalyptus #28A25D

Tints of Eucalyptus #28A25D

Color information

#28A25D (or 0x28A25D) is unknown color: approx Eucalyptus. HEX triplet: 28, A2 and 5D. RGB value is (40,162,93). Sum of RGB (Red+Green+Blue) = 40+162+93=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #28A25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A25D is #D75DA2. Grayscale: #757575. Windows color (decimal): -14114211 or 6136360. OLE color: 6136360.

HSL color Cylindrical-coordinate representation of color #28A25D: hue angle of 146.07º degrees, saturation: 0.6, 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 #28A25D is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB4016293-
CMYK0.7500.430.36
HSL146.07º60.4%39.61%-
HSV(B)146.07º75.31%63.53%-
XYZ15.7727.0814.75-
YUV117.66114.0872.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.56%
GREEN value IS 162 (63.67% from 255) = 54.92%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=13.56%
G=54.92%
B=31.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40162930.7500.430.36146.0760.439.61
Hex28A25D4B02B24923c28
Octal50242135113053442227450
Binary1010001010001010111011001011010101110010010010010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,162,93); }

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

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

 a { background-color: rgb(40,162,93); }

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

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

 span { border-color: rgb(40,162,93); }

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