#28A76C

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

Shades of Eucalyptus #28A76C

Tints of Eucalyptus #28A76C

Color information

#28A76C (or 0x28A76C) is unknown color: approx Eucalyptus. HEX triplet: 28, A7 and 6C. RGB value is (40,167,108). Sum of RGB (Red+Green+Blue) = 40+167+108=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #28A76C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A76C is #D75893. Grayscale: #7A7A7A. Windows color (decimal): -14112916 or 7120680. OLE color: 7120680.

HSL color Cylindrical-coordinate representation of color #28A76C: hue angle of 152.13º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A76C is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB40167108-
CMYK0.7600.350.35
HSL152.13º61.35%40.59%-
HSV(B)152.13º76.05%65.49%-
XYZ17.429.1718.9-
YUV122.3119.9269.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 167 (65.62% from 255) = 53.02%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=12.70%
G=53.02%
B=34.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal401671080.7600.350.35152.1361.3540.59
Hex28A76C4C02323983d29
Octal50247154114043432307551
Binary1010001010011111011001001100010001110001110011000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,167,108); }

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

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

 a { background-color: rgb(40,167,108); }

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

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

 span { border-color: rgb(40,167,108); }

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