#028106

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

Shades of Green #028106

Tints of Green #028106

Color information

#028106 (or 0x028106) is unknown color: approx Green. HEX triplet: 02, 81 and 06. RGB value is (2,129,6). Sum of RGB (Red+Green+Blue) = 2+129+6=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 129 (50.78% from 255 or 94.16% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 129 - color contains mainly: green. Hex color #028106 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028106 is #FD7EF9. Grayscale: #4D4D4D. Windows color (decimal): -16613114 or 426242. OLE color: 426242.

HSL color Cylindrical-coordinate representation of color #028106: hue angle of 121.89º 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 #028106 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB21296-
CMYK0.9800.950.49
HSL121.89º96.95%25.69%-
HSV(B)121.89º98.45%50.59%-
XYZ7.9115.732.79-
YUV7787.9274.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 129 (50.78% from 255) = 94.16%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=1.46%
G=94.16%
B=4.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal212960.9800.950.49121.8996.9525.69
Hex28166205F317a611a
Octal2201614201376117214132
Binary10100000011101100010010111111100011111010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028106; }

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

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

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

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

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

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

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

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