#28A071

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

Shades of Eucalyptus #28A071

Tints of Eucalyptus #28A071

Color information

#28A071 (or 0x28A071) is unknown color: approx Eucalyptus. HEX triplet: 28, A0 and 71. RGB value is (40,160,113). Sum of RGB (Red+Green+Blue) = 40+160+113=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #28A071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A071 is #D75F8E. Grayscale: #767676. Windows color (decimal): -14114703 or 7446568. OLE color: 7446568.

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

Color convert

RGB40160113-
CMYK0.7500.290.37
HSL156.5º60%39.22%-
HSV(B)156.5º75%62.75%-
XYZ16.4326.7819.93-
YUV118.76124.7471.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.78%
GREEN value IS 160 (62.89% from 255) = 51.12%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=12.78%
G=51.12%
B=36.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal401601130.7500.290.37156.56039.22
Hex28A0714B01D259c3c27
Octal50240161113035452347447
Binary101000101000001110001100101101110110010110011100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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