Html Css Color HEX #011206 Dark Green

📋 copy color: '#011206'

red 1 ◦ green 18 ◦ blue 6

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

Shades of Dark Green #011206

Tints of Dark Green #011206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 72%

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

R = 4%
G = 72%
B = 24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.93

RGB Variations

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

Color information

#011206 (or 0x011206) is known color: Dark Green. HEX triplet: 01, 12 and 06. RGB value is (1,18,6). Sum of RGB (Red+Green+Blue) = 1+18+6=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 18 (7.42% from 255 or 72% from 25); Blue value is 6 (2.73% from 255 or 24% from 25); Max value from RGB is 18 - color contains mainly: green. Hex color #011206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011206 is #FEEDF9. Grayscale: #0B0B0B. Windows color (decimal): -16707066 or 397825. OLE color: 397825.

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

Color convert

RGB 1 18 6 -
CMYK 0.94 0 0.67 0.93
HSL 137.65º 0.89% 0.04% -
HSV(B) 137.65º 0.94% 0.07% -
XYZ 0.26 0.45 0.25 -
YUV 11.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 1 18 6 0.94 0 0.67 0.93 137.65 0.89 0.04
Hex 1 12 6 5E 0 43 5D 8A 59 4
Octal 1 22 6 136 0 103 135 212 131 4
Binary 1 10010 110 1011110 0 1000011 1011101 10001010 1011001 100

Color Harmonies of #011206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011206

Black with #011206

Text Example


Text Example

White with #011206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011206; }

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

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

background-color css

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

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

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

border-color css

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

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

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