#02680E

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

Shades of Green #02680E

Tints of Green #02680E

Color information

#02680E (or 0x02680E) is unknown color: approx Green. HEX triplet: 02, 68 and 0E. RGB value is (2,104,14). Sum of RGB (Red+Green+Blue) = 2+104+14=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 104 (41.02% from 255 or 86.67% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 104 - color contains mainly: green. Hex color #02680E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02680E is #FD97F1. Grayscale: #3F3F3F. Windows color (decimal): -16619506 or 944130. OLE color: 944130.

HSL color Cylindrical-coordinate representation of color #02680E: hue angle of 127.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02680E is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB210414-
CMYK0.9800.870.59
HSL127.06º96.23%20.78%-
HSV(B)127.06º98.08%40.78%-
XYZ5.059.952.07-
YUV63.24100.2184.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 104 (41.02% from 255) = 86.67%
BLUE value IS 14 (5.86% from 255) = 11.67%
R=1.67%
G=86.67%
B=11.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104140.9800.870.59127.0696.2320.78
Hex268E620573B7f6015
Octal21501614201277317714025
Binary10110100011101100010010101111110111111111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02680E; }

 p { color: rgb(2,104,14); }

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

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

 a { background-color: rgb(2,104,14); }

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

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

 span { border-color: rgb(2,104,14); }

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