#28A24D

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

Shades of Eucalyptus #28A24D

Tints of Eucalyptus #28A24D

Color information

#28A24D (or 0x28A24D) is unknown color: approx Eucalyptus. HEX triplet: 28, A2 and 4D. RGB value is (40,162,77). Sum of RGB (Red+Green+Blue) = 40+162+77=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 162 (63.67% from 255 or 58.06% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 162 - color contains mainly: green. Hex color #28A24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A24D is #D75DB2. Grayscale: #747474. Windows color (decimal): -14114227 or 5087784. OLE color: 5087784.

HSL color Cylindrical-coordinate representation of color #28A24D: hue angle of 138.2º 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 #28A24D is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB4016277-
CMYK0.7500.520.36
HSL138.2º60.4%39.61%-
HSV(B)138.2º75.31%63.53%-
XYZ15.1326.8311.4-
YUV115.83106.0873.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.34%
GREEN value IS 162 (63.67% from 255) = 58.06%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=14.34%
G=58.06%
B=27.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40162770.7500.520.36138.260.439.61
Hex28A24D4B034248a3c28
Octal50242115113064442127450
Binary1010001010001010011011001011011010010010010001010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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