Html Css Color HEX #011806 Dark Green

📋 copy color: '#011806'

red 1 ◦ green 24 ◦ blue 6

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

Shades of Dark Green #011806

Tints of Dark Green #011806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 77.42%

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

R = 3.23%
G = 77.42%
B = 19.35%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.91

RGB Variations

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

Color information

#011806 (or 0x011806) is known color: Dark Green. HEX triplet: 01, 18 and 06. RGB value is (1,24,6). Sum of RGB (Red+Green+Blue) = 1+24+6=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 24 (9.77% from 255 or 77.42% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 24 - color contains mainly: green. Hex color #011806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011806 is #FEE7F9. Grayscale: #0F0F0F. Windows color (decimal): -16705530 or 399361. OLE color: 399361.

HSL color Cylindrical-coordinate representation of color #011806: hue angle of 133.04º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011806 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 24 6 -
CMYK 0.96 0 0.75 0.91
HSL 133.04º 0.92% 0.05% -
HSV(B) 133.04º 0.96% 0.09% -
XYZ 0.37 0.67 0.28 -
YUV 15.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 1 24 6 0.96 0 0.75 0.91 133.04 0.92 0.05
Hex 1 18 6 60 0 4B 5B 85 5C 5
Octal 1 30 6 140 0 113 133 205 134 5
Binary 1 11000 110 1100000 0 1001011 1011011 10000101 1011100 101

Color Harmonies of #011806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011806

Black with #011806

Text Example


Text Example

White with #011806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011806; }

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

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

background-color css

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

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

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

border-color css

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

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

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