Html Css Color HEX #001611 Dark Green

📋 copy color: '#001611'

red 0 ◦ green 22 ◦ blue 17

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

Shades of Dark Green #001611

Tints of Dark Green #001611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 56.41%

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

R = 0%
G = 56.41%
B = 43.59%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.91

RGB Variations

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

Color information

#001611 (or 0x001611) is known color: Dark Green. HEX triplet: 00, 16 and 11. RGB value is (0,22,17). Sum of RGB (Red+Green+Blue) = 0+22+17=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 22 (8.98% from 255 or 56.41% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 22 - color contains mainly: green. Hex color #001611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001611 is #FFE9EE. Grayscale: #0E0E0E. Windows color (decimal): -16771567 or 1119744. OLE color: 1119744.

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

Color convert

RGB 0 22 17 -
CMYK 1 0 0.23 0.91
HSL 166.36º 1% 0.04% -
HSV(B) 166.36º 1% 0.09% -
XYZ 0.39 0.61 0.63 -
YUV 14.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 0 22 17 1 0 0.23 0.91 166.36 1 0.04
Hex 0 16 11 64 0 17 5B A6 64 4
Octal 0 26 21 144 0 27 133 246 144 4
Binary 0 10110 10001 1100100 0 10111 1011011 10100110 1100100 100

Color Harmonies of #001611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001611

Black with #001611

Text Example


Text Example

White with #001611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001611; }

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

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

background-color css

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

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

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

border-color css

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

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

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