#02680A

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

Shades of Green #02680A

Tints of Green #02680A

Color information

#02680A (or 0x02680A) is unknown color: approx Green. HEX triplet: 02, 68 and 0A. RGB value is (2,104,10). Sum of RGB (Red+Green+Blue) = 2+104+10=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 104 (41.02% from 255 or 89.66% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 104 - color contains mainly: green. Hex color #02680A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02680A is #FD97F5. Grayscale: #3F3F3F. Windows color (decimal): -16619510 or 681986. OLE color: 681986.

HSL color Cylindrical-coordinate representation of color #02680A: hue angle of 124.71º 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 #02680A is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB210410-
CMYK0.9800.900.59
HSL124.71º96.23%20.78%-
HSV(B)124.71º98.08%40.78%-
XYZ5.039.941.94-
YUV62.7998.2184.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 104 (41.02% from 255) = 89.66%
BLUE value IS 10 (4.30% from 255) = 8.62%
R=1.72%
G=89.66%
B=8.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104100.9800.900.59124.7196.2320.78
Hex268A6205A3B7d6015
Octal21501214201327317514025
Binary10110100010101100010010110101110111111101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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