#02600B

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

Shades of Green #02600B

Tints of Green #02600B

Color information

#02600B (or 0x02600B) is unknown color: approx Green. HEX triplet: 02, 60 and 0B. RGB value is (2,96,11). Sum of RGB (Red+Green+Blue) = 2+96+11=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 96 (37.89% from 255 or 88.07% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 96 - color contains mainly: green. Hex color #02600B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02600B is #FD9FF4. Grayscale: #3A3A3A. Windows color (decimal): -16621557 or 745474. OLE color: 745474.

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

Color convert

RGB29611-
CMYK0.9800.890.62
HSL125.74º95.92%19.22%-
HSV(B)125.74º97.92%37.65%-
XYZ4.278.41.71-
YUV58.2101.3687.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 96 (37.89% from 255) = 88.07%
BLUE value IS 11 (4.69% from 255) = 10.09%
R=1.83%
G=88.07%
B=10.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296110.9800.890.62125.7495.9219.22
Hex260B620593E7e6013
Octal21401314201317617614023
Binary10110000010111100010010110011111101111110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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