#028006

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

Shades of Green #028006

Tints of Green #028006

Color information

#028006 (or 0x028006) is unknown color: approx Green. HEX triplet: 02, 80 and 06. RGB value is (2,128,6). Sum of RGB (Red+Green+Blue) = 2+128+6=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 128 (50.39% from 255 or 94.12% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 128 - color contains mainly: green. Hex color #028006 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028006 is #FD7FF9. Grayscale: #4C4C4C. Windows color (decimal): -16613370 or 425986. OLE color: 425986.

HSL color Cylindrical-coordinate representation of color #028006: hue angle of 121.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028006 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB21286-
CMYK0.9800.950.50
HSL121.9º96.92%25.49%-
HSV(B)121.9º98.44%50.2%-
XYZ7.7815.462.75-
YUV76.4288.2674.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 128 (50.39% from 255) = 94.12%
BLUE value IS 6 (2.73% from 255) = 4.41%
R=1.47%
G=94.12%
B=4.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal212860.9800.950.50121.996.9225.49
Hex28066205F327a6119
Octal2200614201376217214131
Binary10100000001101100010010111111100101111010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028006; }

 p { color: rgb(2,128,6); }

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

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

 a { background-color: rgb(2,128,6); }

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

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

 span { border-color: rgb(2,128,6); }

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