#001806

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

Shades of Dark Green #001806

Tints of Dark Green #001806

Color information

#001806 (or 0x001806) is unknown color: approx Dark Green. HEX triplet: 00, 18 and 06. RGB value is (0,24,6). Sum of RGB (Red+Green+Blue) = 0+24+6=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 24 (9.77% from 255 or 80% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 24 - color contains mainly: green. Hex color #001806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001806 is #FFE7F9. Grayscale: #0E0E0E. Windows color (decimal): -16771066 or 399360. OLE color: 399360.

HSL color Cylindrical-coordinate representation of color #001806: hue angle of 135º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001806 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.91.

Color convert

RGB0246-
CMYK100.750.91
HSL135º100%4.71%-
HSV(B)135º100%9.41%-
XYZ0.360.670.28-
YUV14.77123.05117.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 80%
BLUE value IS 6 (2.73% from 255) = 20%
R=0%
G=80%
B=20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0246100.750.911351004.71
Hex01866404B5B87645
Octal030614401131332071445
Binary0110001101100100010010111011011100001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001806; }

 p { color: rgb(0,24,6); }

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

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

 a { background-color: rgb(0,24,6); }

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

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

 span { border-color: rgb(0,24,6); }

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