#28976C

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

Shades of Eucalyptus #28976C

Tints of Eucalyptus #28976C

Color information

#28976C (or 0x28976C) is unknown color: approx Eucalyptus. HEX triplet: 28, 97 and 6C. RGB value is (40,151,108). Sum of RGB (Red+Green+Blue) = 40+151+108=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #28976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28976C is #D76893. Grayscale: #707070. Windows color (decimal): -14117012 or 7116584. OLE color: 7116584.

HSL color Cylindrical-coordinate representation of color #28976C: hue angle of 156.76º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28976C is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB40151108-
CMYK0.7400.280.41
HSL156.76º58.12%37.45%-
HSV(B)156.76º73.51%59.22%-
XYZ14.6523.6717.98-
YUV112.91125.2376-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 151 (59.38% from 255) = 50.50%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=13.38%
G=50.50%
B=36.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal401511080.7400.280.41156.7658.1237.45
Hex28976C4A01C299d3a25
Octal50227154112034512357245
Binary101000100101111101100100101001110010100110011101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28976C; }

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

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

<style>
 a { background-color: #28976C; }

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

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

<style>
 span { border-color: #28976C; }

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

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