#28A06E

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

Shades of Eucalyptus #28A06E

Tints of Eucalyptus #28A06E

Color information

#28A06E (or 0x28A06E) is unknown color: approx Eucalyptus. HEX triplet: 28, A0 and 6E. RGB value is (40,160,110). Sum of RGB (Red+Green+Blue) = 40+160+110=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #28A06E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A06E is #D75F91. Grayscale: #767676. Windows color (decimal): -14114706 or 7249960. OLE color: 7249960.

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

Color convert

RGB40160110-
CMYK0.7500.310.37
HSL155º60%39.22%-
HSV(B)155º75%62.75%-
XYZ16.2626.7219.05-
YUV118.42123.2472.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.90%
GREEN value IS 160 (62.89% from 255) = 51.61%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=12.90%
G=51.61%
B=35.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal401601100.7500.310.371556039.22
Hex28A06E4B01F259b3c27
Octal50240156113037452337447
Binary101000101000001101110100101101111110010110011011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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