#28A24E

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

Shades of Eucalyptus #28A24E

Tints of Eucalyptus #28A24E

Color information

#28A24E (or 0x28A24E) is unknown color: approx Eucalyptus. HEX triplet: 28, A2 and 4E. RGB value is (40,162,78). Sum of RGB (Red+Green+Blue) = 40+162+78=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #28A24E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A24E is #D75DB1. Grayscale: #747474. Windows color (decimal): -14114226 or 5153320. OLE color: 5153320.

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

Color convert

RGB4016278-
CMYK0.7500.520.36
HSL138.69º60.4%39.61%-
HSV(B)138.69º75.31%63.53%-
XYZ15.1726.8411.59-
YUV115.95106.5873.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.29%
GREEN value IS 162 (63.67% from 255) = 57.86%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=14.29%
G=57.86%
B=27.86%

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
Decimal40162780.7500.520.36138.6960.439.61
Hex28A24E4B034248b3c28
Octal50242116113064442137450
Binary1010001010001010011101001011011010010010010001011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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