#02600A

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

Shades of Green #02600A

Tints of Green #02600A

Color information

#02600A (or 0x02600A) is unknown color: approx Green. HEX triplet: 02, 60 and 0A. RGB value is (2,96,10). Sum of RGB (Red+Green+Blue) = 2+96+10=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 96 (37.89% from 255 or 88.89% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 96 - color contains mainly: green. Hex color #02600A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02600A is #FD9FF5. Grayscale: #3A3A3A. Windows color (decimal): -16621558 or 679938. OLE color: 679938.

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

Color convert

RGB29610-
CMYK0.9800.900.62
HSL125.11º95.92%19.22%-
HSV(B)125.11º97.92%37.65%-
XYZ4.268.41.68-
YUV58.09100.8687.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 96 (37.89% from 255) = 88.89%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=1.85%
G=88.89%
B=9.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296100.9800.900.62125.1195.9219.22
Hex260A6205A3E7d6013
Octal21401214201327617514023
Binary10110000010101100010010110101111101111101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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