#28A271

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

Shades of Eucalyptus #28A271

Tints of Eucalyptus #28A271

Color information

#28A271 (or 0x28A271) is unknown color: approx Eucalyptus. HEX triplet: 28, A2 and 71. RGB value is (40,162,113). Sum of RGB (Red+Green+Blue) = 40+162+113=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #28A271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A271 is #D75D8E. Grayscale: #787878. Windows color (decimal): -14114191 or 7447080. OLE color: 7447080.

HSL color Cylindrical-coordinate representation of color #28A271: hue angle of 155.9º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A271 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB40162113-
CMYK0.7500.300.36
HSL155.9º60.4%39.61%-
HSV(B)155.9º75.31%63.53%-
XYZ16.7827.4820.04-
YUV119.94124.0870.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 162 (63.67% from 255) = 51.43%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=12.70%
G=51.43%
B=35.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401621130.7500.300.36155.960.439.61
Hex28A2714B01E249c3c28
Octal50242161113036442347450
Binary101000101000101110001100101101111010010010011100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,162,113); }

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

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

 a { background-color: rgb(40,162,113); }

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

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

 span { border-color: rgb(40,162,113); }

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