#028218

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

Shades of Green #028218

Tints of Green #028218

Color information

#028218 (or 0x028218) is unknown color: approx Green. HEX triplet: 02, 82 and 18. RGB value is (2,130,24). Sum of RGB (Red+Green+Blue) = 2+130+24=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 130 (51.17% from 255 or 83.33% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 130 - color contains mainly: green. Hex color #028218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028218 is #FD7DE7. Grayscale: #4F4F4F. Windows color (decimal): -16612840 or 1606146. OLE color: 1606146.

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

Color convert

RGB213024-
CMYK0.9800.820.49
HSL130.31º96.97%25.88%-
HSV(B)130.31º98.46%50.98%-
XYZ8.1716.043.53-
YUV79.6496.5972.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 130 (51.17% from 255) = 83.33%
BLUE value IS 24 (9.77% from 255) = 15.38%
R=1.28%
G=83.33%
B=15.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2130240.9800.820.49130.3196.9725.88
Hex28218620523182611a
Octal22023014201226120214132
Binary10100000101100011000100101001011000110000010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028218; }

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

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

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

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

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

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

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

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