#010402

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

Shades of Dark Green #010402

Tints of Dark Green #010402

Color information

#010402 (or 0x010402) is unknown color: approx Dark Green. HEX triplet: 01, 04 and 02. RGB value is (1,4,2). Sum of RGB (Red+Green+Blue) = 1+4+2=7 (0% of max value = 765). Red value is 1 (0.78% from 255 or 14.29% from 7); Green value is 4 (1.95% from 255 or 57.14% from 7); Blue value is 2 (1.17% from 255 or 28.57% from 7); Max value from RGB is 4 - color contains mainly: green. Hex color #010402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010402 is #FEFBFD. Grayscale: #020202. Windows color (decimal): -16710654 or 132097. OLE color: 132097.

HSL color Cylindrical-coordinate representation of color #010402: hue angle of 140º degrees, saturation: 0.6, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #010402 is Cyan = 0.75, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.98.

Color convert

RGB142-
CMYK0.7500.50.98
HSL140º60%0.98%-
HSV(B)140º75%1.57%-
XYZ0.070.10.07-
YUV2.88127.51126.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 14.29%
GREEN value IS 4 (1.95% from 255) = 57.14%
BLUE value IS 2 (1.17% from 255) = 28.57%
R=14.29%
G=57.14%
B=28.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1420.7500.50.98140600.98
Hex1424B032628c3c1
Octal142113062142214741
Binary110010100101101100101100010100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010402; }

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

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

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

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

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

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

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

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