Html Css Color HEX #001806 Dark Green

📋 copy color: '#001806'

red 0 ◦ green 24 ◦ blue 6

#001806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #001806

Tints of Dark Green #001806

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 value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.91

RGB Variations

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

Color information

#001806 (or 0x001806) is known color: 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

RGB 0 24 6 -
CMYK 1 0 0.75 0.91
HSL 135º 1% 0.05% -
HSV(B) 135º 1% 0.09% -
XYZ 0.36 0.67 0.28 -
YUV 14.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 0 24 6 1 0 0.75 0.91 135 1 0.05
Hex 0 18 6 64 0 4B 5B 87 64 5
Octal 0 30 6 144 0 113 133 207 144 5
Binary 0 11000 110 1100100 0 1001011 1011011 10000111 1100100 101

Color Harmonies of #001806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001806

Black with #001806

Text Example


Text Example

White with #001806

Text Example


Text Example

HTML Codes & Css Web 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>