#28A058

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

Shades of Eucalyptus #28A058

Tints of Eucalyptus #28A058

Color information

#28A058 (or 0x28A058) is unknown color: approx Eucalyptus. HEX triplet: 28, A0 and 58. RGB value is (40,160,88). Sum of RGB (Red+Green+Blue) = 40+160+88=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #28A058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A058 is #D75FA7. Grayscale: #747474. Windows color (decimal): -14114728 or 5808168. OLE color: 5808168.

HSL color Cylindrical-coordinate representation of color #28A058: hue angle of 144º 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 #28A058 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB4016088-
CMYK0.7500.450.37
HSL144º60%39.22%-
HSV(B)144º75%62.75%-
XYZ15.2126.313.51-
YUV115.91112.2473.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.89%
GREEN value IS 160 (62.89% from 255) = 55.56%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=13.89%
G=55.56%
B=30.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal40160880.7500.450.371446039.22
Hex28A0584B02D25903c27
Octal50240130113055452207447
Binary1010001010000010110001001011010110110010110010000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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