#02600E

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

Shades of Green #02600E

Tints of Green #02600E

Color information

#02600E (or 0x02600E) is unknown color: approx Green. HEX triplet: 02, 60 and 0E. RGB value is (2,96,14). Sum of RGB (Red+Green+Blue) = 2+96+14=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 96 (37.89% from 255 or 85.71% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 96 - color contains mainly: green. Hex color #02600E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02600E is #FD9FF1. Grayscale: #3A3A3A. Windows color (decimal): -16621554 or 942082. OLE color: 942082.

HSL color Cylindrical-coordinate representation of color #02600E: hue angle of 127.66º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02600E is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB29614-
CMYK0.9800.850.62
HSL127.66º95.92%19.22%-
HSV(B)127.66º97.92%37.65%-
XYZ4.298.411.81-
YUV58.55102.8687.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 96 (37.89% from 255) = 85.71%
BLUE value IS 14 (5.86% from 255) = 12.5%
R=1.79%
G=85.71%
B=12.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296140.9800.850.62127.6695.9219.22
Hex260E620553E806013
Octal21401614201257620014023
Binary101100000111011000100101010111111010000000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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