#026701

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

Shades of Green #026701

Tints of Green #026701

Color information

#026701 (or 0x026701) is unknown color: approx Green. HEX triplet: 02, 67 and 01. RGB value is (2,103,1). Sum of RGB (Red+Green+Blue) = 2+103+1=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 103 (40.62% from 255 or 97.17% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 103 - color contains mainly: green. Hex color #026701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026701 is #FD98FE. Grayscale: #3D3D3D. Windows color (decimal): -16619775 or 91906. OLE color: 91906.

HSL color Cylindrical-coordinate representation of color #026701: hue angle of 119.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026701 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB21031-
CMYK0.9800.990.60
HSL119.41º98.08%20.39%-
HSV(B)119.41º99.03%40.39%-
XYZ4.889.721.65-
YUV61.1794.0485.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 103 (40.62% from 255) = 97.17%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=1.89%
G=97.17%
B=0.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal210310.9800.990.60119.4198.0820.39
Hex2671620633C776214
Octal2147114201437416714224
Binary10110011111100010011000111111001110111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026701; }

 p { color: rgb(2,103,1); }

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

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

 a { background-color: rgb(2,103,1); }

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

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

 span { border-color: rgb(2,103,1); }

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