#28995E

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

Shades of Eucalyptus #28995E

Tints of Eucalyptus #28995E

Color information

#28995E (or 0x28995E) is unknown color: approx Eucalyptus. HEX triplet: 28, 99 and 5E. RGB value is (40,153,94). Sum of RGB (Red+Green+Blue) = 40+153+94=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #28995E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28995E is #D766A1. Grayscale: #707070. Windows color (decimal): -14116514 or 6199592. OLE color: 6199592.

HSL color Cylindrical-coordinate representation of color #28995E: hue angle of 148.67º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28995E is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB4015394-
CMYK0.7400.390.4
HSL148.67º58.55%37.84%-
HSV(B)148.67º73.86%60%-
XYZ14.2924.0414.48-
YUV112.49117.5676.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.94%
GREEN value IS 153 (60.16% from 255) = 53.31%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=13.94%
G=53.31%
B=32.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal40153940.7400.390.4148.6758.5537.84
Hex28995E4A02728953b26
Octal50231136112047502257346
Binary1010001001100110111101001010010011110100010010101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28995E; }

 p { color: rgb(40,153,94); }

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

<style>
 a { background-color: #28995E; }

 a { background-color: rgb(40,153,94); }

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

<style>
 span { border-color: #28995E; }

 span { border-color: rgb(40,153,94); }

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