#28A061

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

Shades of Eucalyptus #28A061

Tints of Eucalyptus #28A061

Color information

#28A061 (or 0x28A061) is unknown color: approx Eucalyptus. HEX triplet: 28, A0 and 61. RGB value is (40,160,97). Sum of RGB (Red+Green+Blue) = 40+160+97=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #28A061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A061 is #D75F9E. Grayscale: #757575. Windows color (decimal): -14114719 or 6397992. OLE color: 6397992.

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

Color convert

RGB4016097-
CMYK0.7500.390.37
HSL148.5º60%39.22%-
HSV(B)148.5º75%62.75%-
XYZ15.626.4615.59-
YUV116.94116.7473.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.47%
GREEN value IS 160 (62.89% from 255) = 53.87%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=13.47%
G=53.87%
B=32.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal40160970.7500.390.37148.56039.22
Hex28A0614B02725943c27
Octal50240141113047452247447
Binary1010001010000011000011001011010011110010110010100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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