Html Css Color HEX #011005 Dark Green

📋 copy color: '#011005'

red 1 ◦ green 16 ◦ blue 5

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

Shades of Dark Green #011005

Tints of Dark Green #011005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 72.73%

 BLUE value IS 5 (2.34% from 255) = 22.73%

R = 4.55%
G = 72.73%
B = 22.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.94

RGB Variations

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

Color information

#011005 (or 0x011005) is known color: Dark Green. HEX triplet: 01, 10 and 05. RGB value is (1,16,5). Sum of RGB (Red+Green+Blue) = 1+16+5=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 16 (6.64% from 255 or 72.73% from 22); Blue value is 5 (2.34% from 255 or 22.73% from 22); Max value from RGB is 16 - color contains mainly: green. Hex color #011005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011005 is #FEEFFA. Grayscale: #0A0A0A. Windows color (decimal): -16707579 or 331777. OLE color: 331777.

HSL color Cylindrical-coordinate representation of color #011005: hue angle of 136º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011005 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.94.

Color convert

RGB 1 16 5 -
CMYK 0.94 0 0.69 0.94
HSL 136º 0.88% 0.03% -
HSV(B) 136º 0.94% 0.06% -
XYZ 0.23 0.39 0.21 -
YUV 10.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 1 16 5 0.94 0 0.69 0.94 136 0.88 0.03
Hex 1 10 5 5E 0 45 5E 88 58 3
Octal 1 20 5 136 0 105 136 210 130 3
Binary 1 10000 101 1011110 0 1000101 1011110 10001000 1011000 11

Color Harmonies of #011005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011005

Black with #011005

Text Example


Text Example

White with #011005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011005; }

 p { color: rgb(1,16,5); }

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

background-color css

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

 a { background-color: rgb(1,16,5); }

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

border-color css

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

 span { border-color: rgb(1,16,5); }

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