#028518

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

Shades of Green #028518

Tints of Green #028518

Color information

#028518 (or 0x028518) is unknown color: approx Green. HEX triplet: 02, 85 and 18. RGB value is (2,133,24). Sum of RGB (Red+Green+Blue) = 2+133+24=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 133 (52.34% from 255 or 83.65% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 133 - color contains mainly: green. Hex color #028518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028518 is #FD7AE7. Grayscale: #515151. Windows color (decimal): -16612072 or 1606914. OLE color: 1606914.

HSL color Cylindrical-coordinate representation of color #028518: hue angle of 130.08º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028518 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB213324-
CMYK0.9800.820.48
HSL130.08º97.04%26.47%-
HSV(B)130.08º98.5%52.16%-
XYZ8.5816.853.67-
YUV81.495.671.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 133 (52.34% from 255) = 83.65%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=1.26%
G=83.65%
B=15.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2133240.9800.820.48130.0897.0426.47
Hex28518620523082611a
Octal22053014201226020214132
Binary10100001011100011000100101001011000010000010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028518; }

 p { color: rgb(2,133,24); }

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

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

 a { background-color: rgb(2,133,24); }

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

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

 span { border-color: rgb(2,133,24); }

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