Html Css Color HEX #001411 Dark Green

📋 copy color: '#001411'

red 0 ◦ green 20 ◦ blue 17

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

Shades of Dark Green #001411

Tints of Dark Green #001411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 45.95%

R = 0%
G = 54.05%
B = 45.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#001411 (or 0x001411) is known color: Dark Green. HEX triplet: 00, 14 and 11. RGB value is (0,20,17). Sum of RGB (Red+Green+Blue) = 0+20+17=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #001411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001411 is #FFEBEE. Grayscale: #0D0D0D. Windows color (decimal): -16772079 or 1119232. OLE color: 1119232.

HSL color Cylindrical-coordinate representation of color #001411: hue angle of 171º 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 #001411 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB 0 20 17 -
CMYK 1 0 0.15 0.92
HSL 171º 1% 0.04% -
HSV(B) 171º 1% 0.08% -
XYZ 0.35 0.54 0.62 -
YUV 13.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 0 20 17 1 0 0.15 0.92 171 1 0.04
Hex 0 14 11 64 0 F 5C AB 64 4
Octal 0 24 21 144 0 17 134 253 144 4
Binary 0 10100 10001 1100100 0 1111 1011100 10101011 1100100 100

Color Harmonies of #001411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001411

Black with #001411

Text Example


Text Example

White with #001411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001411; }

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

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

background-color css

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

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

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

border-color css

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

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

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