Html Css Color HEX #011107 Dark Green

📋 copy color: '#011107'

red 1 ◦ green 17 ◦ blue 7

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

Shades of Dark Green #011107

Tints of Dark Green #011107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 28%

R = 4%
G = 68%
B = 28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.93

RGB Variations

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

Color information

#011107 (or 0x011107) is known color: Dark Green. HEX triplet: 01, 11 and 07. RGB value is (1,17,7). Sum of RGB (Red+Green+Blue) = 1+17+7=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 17 (7.03% from 255 or 68% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 17 - color contains mainly: green. Hex color #011107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011107 is #FEEEF8. Grayscale: #0B0B0B. Windows color (decimal): -16707321 or 463105. OLE color: 463105.

HSL color Cylindrical-coordinate representation of color #011107: hue angle of 142.5º 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 #011107 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 17 7 -
CMYK 0.94 0 0.59 0.93
HSL 142.5º 0.89% 0.04% -
HSV(B) 142.5º 0.94% 0.07% -
XYZ 0.25 0.42 0.27 -
YUV 11.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 1 17 7 0.94 0 0.59 0.93 142.5 0.89 0.04
Hex 1 11 7 5E 0 3B 5D 8E 59 4
Octal 1 21 7 136 0 73 135 216 131 4
Binary 1 10001 111 1011110 0 111011 1011101 10001110 1011001 100

Color Harmonies of #011107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011107

Black with #011107

Text Example


Text Example

White with #011107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011107; }

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

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

background-color css

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

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

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

border-color css

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

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

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