#02680D

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

Shades of Green #02680D

Tints of Green #02680D

Color information

#02680D (or 0x02680D) is unknown color: approx Green. HEX triplet: 02, 68 and 0D. RGB value is (2,104,13). Sum of RGB (Red+Green+Blue) = 2+104+13=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 104 (41.02% from 255 or 87.39% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 104 - color contains mainly: green. Hex color #02680D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02680D is #FD97F2. Grayscale: #3F3F3F. Windows color (decimal): -16619507 or 878594. OLE color: 878594.

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

Color convert

RGB210413-
CMYK0.9800.880.59
HSL126.47º96.23%20.78%-
HSV(B)126.47º98.08%40.78%-
XYZ5.059.942.03-
YUV63.1399.7184.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 104 (41.02% from 255) = 87.39%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=1.68%
G=87.39%
B=10.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104130.9800.880.59126.4796.2320.78
Hex268D620583B7e6015
Octal21501514201307317614025
Binary10110100011011100010010110001110111111110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02680D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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