#026401

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

Shades of Green #026401

Tints of Green #026401

Color information

#026401 (or 0x026401) is unknown color: approx Green. HEX triplet: 02, 64 and 01. RGB value is (2,100,1). Sum of RGB (Red+Green+Blue) = 2+100+1=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 100 (39.45% from 255 or 97.09% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 100 - color contains mainly: green. Hex color #026401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026401 is #FD9BFE. Grayscale: #3B3B3B. Windows color (decimal): -16620543 or 91138. OLE color: 91138.

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

Color convert

RGB21001-
CMYK0.9800.990.61
HSL119.39º98.02%19.8%-
HSV(B)119.39º99%39.22%-
XYZ4.599.131.55-
YUV59.4195.0387.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.94%
GREEN value IS 100 (39.45% from 255) = 97.09%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=1.94%
G=97.09%
B=0.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal210010.9800.990.61119.3998.0219.8
Hex2641620633D776214
Octal2144114201437516714224
Binary10110010011100010011000111111011110111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026401; }

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

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

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

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

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

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

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

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