#28A070

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

Shades of Eucalyptus #28A070

Tints of Eucalyptus #28A070

Color information

#28A070 (or 0x28A070) is unknown color: approx Eucalyptus. HEX triplet: 28, A0 and 70. RGB value is (40,160,112). Sum of RGB (Red+Green+Blue) = 40+160+112=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #28A070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A070 is #D75F8F. Grayscale: #767676. Windows color (decimal): -14114704 or 7381032. OLE color: 7381032.

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

Color convert

RGB40160112-
CMYK0.7500.300.37
HSL156º60%39.22%-
HSV(B)156º75%62.75%-
XYZ16.3726.7619.63-
YUV118.65124.2471.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.82%
GREEN value IS 160 (62.89% from 255) = 51.28%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=12.82%
G=51.28%
B=35.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal401601120.7500.300.371566039.22
Hex28A0704B01E259c3c27
Octal50240160113036452347447
Binary101000101000001110000100101101111010010110011100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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