Html Css Color HEX #011106 Dark Green

📋 copy color: '#011106'

red 1 ◦ green 17 ◦ blue 6

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

Shades of Dark Green #011106

Tints of Dark Green #011106

RGB

 RED value IS 1 (0.78% from 255) = 4.17%

 GREEN value IS 17 (7.03% from 255) = 70.83%

 BLUE value IS 6 (2.73% from 255) = 25%

R = 4.17%
G = 70.83%
B = 25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.93

RGB Variations

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

Color information

#011106 (or 0x011106) is known color: Dark Green. HEX triplet: 01, 11 and 06. RGB value is (1,17,6). Sum of RGB (Red+Green+Blue) = 1+17+6=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 17 (7.03% from 255 or 70.83% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 17 - color contains mainly: green. Hex color #011106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011106 is #FEEEF9. Grayscale: #0A0A0A. Windows color (decimal): -16707322 or 397569. OLE color: 397569.

HSL color Cylindrical-coordinate representation of color #011106: hue angle of 138.75º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011106 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 17 6 -
CMYK 0.94 0 0.65 0.93
HSL 138.75º 0.89% 0.04% -
HSV(B) 138.75º 0.94% 0.07% -
XYZ 0.25 0.42 0.24 -
YUV 10.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 1 17 6 0.94 0 0.65 0.93 138.75 0.89 0.04
Hex 1 11 6 5E 0 41 5D 8B 59 4
Octal 1 21 6 136 0 101 135 213 131 4
Binary 1 10001 110 1011110 0 1000001 1011101 10001011 1011001 100

Color Harmonies of #011106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011106

Black with #011106

Text Example


Text Example

White with #011106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011106; }

 p { color: rgb(1,17,6); }

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

background-color css

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

 a { background-color: rgb(1,17,6); }

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

border-color css

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

 span { border-color: rgb(1,17,6); }

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