#026A14

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

Shades of Green #026A14

Tints of Green #026A14

Color information

#026A14 (or 0x026A14) is unknown color: approx Green. HEX triplet: 02, 6A and 14. RGB value is (2,106,20). Sum of RGB (Red+Green+Blue) = 2+106+20=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 106 (41.80% from 255 or 82.81% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 106 - color contains mainly: green. Hex color #026A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026A14 is #FD95EB. Grayscale: #414141. Windows color (decimal): -16618988 or 1337858. OLE color: 1337858.

HSL color Cylindrical-coordinate representation of color #026A14: hue angle of 130.38º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A14 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB210620-
CMYK0.9800.810.58
HSL130.38º96.3%21.18%-
HSV(B)130.38º98.11%41.57%-
XYZ5.3110.372.38-
YUV65.1102.5482.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 106 (41.80% from 255) = 82.81%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=1.56%
G=82.81%
B=15.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2106200.9800.810.58130.3896.321.18
Hex26A14620513A826015
Octal21522414201217220214025
Binary1011010101010011000100101000111101010000010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026A14; }

 p { color: rgb(2,106,20); }

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

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

 a { background-color: rgb(2,106,20); }

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

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

 span { border-color: rgb(2,106,20); }

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