#028A16

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

Shades of Green #028A16

Tints of Green #028A16

Color information

#028A16 (or 0x028A16) is unknown color: approx Green. HEX triplet: 02, 8A and 16. RGB value is (2,138,22). Sum of RGB (Red+Green+Blue) = 2+138+22=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 138 (54.30% from 255 or 85.19% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 138 - color contains mainly: green. Hex color #028A16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028A16 is #FD75E9. Grayscale: #545454. Windows color (decimal): -16610794 or 1477122. OLE color: 1477122.

HSL color Cylindrical-coordinate representation of color #028A16: hue angle of 128.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028A16 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB213822-
CMYK0.9900.840.46
HSL128.82º97.14%27.45%-
HSV(B)128.82º98.55%54.12%-
XYZ9.2618.253.79-
YUV84.1192.9469.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 138 (54.30% from 255) = 85.19%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=1.23%
G=85.19%
B=13.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2138220.9900.840.46128.8297.1427.45
Hex28A16630542E81611b
Octal22122614301245620114133
Binary10100010101011011000110101010010111010000001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028A16; }

 p { color: rgb(2,138,22); }

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

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

 a { background-color: rgb(2,138,22); }

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

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

 span { border-color: rgb(2,138,22); }

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