#28A05F

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

Shades of Eucalyptus #28A05F

Tints of Eucalyptus #28A05F

Color information

#28A05F (or 0x28A05F) is unknown color: approx Eucalyptus. HEX triplet: 28, A0 and 5F. RGB value is (40,160,95). Sum of RGB (Red+Green+Blue) = 40+160+95=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #28A05F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A05F is #D75FA0. Grayscale: #747474. Windows color (decimal): -14114721 or 6266920. OLE color: 6266920.

HSL color Cylindrical-coordinate representation of color #28A05F: hue angle of 147.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A05F is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB4016095-
CMYK0.7500.410.37
HSL147.5º60%39.22%-
HSV(B)147.5º75%62.75%-
XYZ15.5126.4215.11-
YUV116.71115.7473.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.56%
GREEN value IS 160 (62.89% from 255) = 54.24%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=13.56%
G=54.24%
B=32.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal40160950.7500.410.37147.56039.22
Hex28A05F4B02925943c27
Octal50240137113051452247447
Binary1010001010000010111111001011010100110010110010100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,160,95); }

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

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

 a { background-color: rgb(40,160,95); }

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

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

 span { border-color: rgb(40,160,95); }

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