Html Css Color HEX #001409 Dark Green

📋 copy color: '#001409'

red 0 ◦ green 20 ◦ blue 9

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

Shades of Dark Green #001409

Tints of Dark Green #001409

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 20 (8.2% from 255) = 68.97%

 BLUE value IS 9 (3.91% from 255) = 31.03%

R = 0%
G = 68.97%
B = 31.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.55

 K value IS 0.92

RGB Variations

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

Color information

#001409 (or 0x001409) is known color: Dark Green. HEX triplet: 00, 14 and 09. RGB value is (0,20,9). Sum of RGB (Red+Green+Blue) = 0+20+9=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 20 (8.20% from 255 or 68.97% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 20 - color contains mainly: green. Hex color #001409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001409 is #FFEBF6. Grayscale: #0C0C0C. Windows color (decimal): -16772087 or 594944. OLE color: 594944.

HSL color Cylindrical-coordinate representation of color #001409: hue angle of 147º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001409 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.92.

Color convert

RGB 0 20 9 -
CMYK 1 0 0.55 0.92
HSL 147º 1% 0.04% -
HSV(B) 147º 1% 0.08% -
XYZ 0.3 0.52 0.34 -
YUV 12.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 0 20 9 1 0 0.55 0.92 147 1 0.04
Hex 0 14 9 64 0 37 5C 93 64 4
Octal 0 24 11 144 0 67 134 223 144 4
Binary 0 10100 1001 1100100 0 110111 1011100 10010011 1100100 100

Color Harmonies of #001409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001409

Black with #001409

Text Example


Text Example

White with #001409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001409; }

 p { color: rgb(0,20,9); }

 H1.HeaderClassName
 {
   color: #001409;
 }
 .AnyTagClassName
 {
   color: #001409;
 }
</style>

background-color css

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

 a { background-color: rgb(0,20,9); }

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

border-color css

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

 span { border-color: rgb(0,20,9); }

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