Html Css Color HEX #011008 Dark Green

📋 copy color: '#011008'

red 1 ◦ green 16 ◦ blue 8

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

Shades of Dark Green #011008

Tints of Dark Green #011008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 32%

R = 4%
G = 64%
B = 32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.94

RGB Variations

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

Color information

#011008 (or 0x011008) is known color: Dark Green. HEX triplet: 01, 10 and 08. RGB value is (1,16,8). Sum of RGB (Red+Green+Blue) = 1+16+8=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 16 (6.64% from 255 or 64% from 25); Blue value is 8 (3.52% from 255 or 32% from 25); Max value from RGB is 16 - color contains mainly: green. Hex color #011008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011008 is #FEEFF7. Grayscale: #0A0A0A. Windows color (decimal): -16707576 or 528385. OLE color: 528385.

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

Color convert

RGB 1 16 8 -
CMYK 0.94 0 0.50 0.94
HSL 148º 0.88% 0.03% -
HSV(B) 148º 0.94% 0.06% -
XYZ 0.24 0.39 0.29 -
YUV 10.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 1 16 8 0.94 0 0.50 0.94 148 0.88 0.03
Hex 1 10 8 5E 0 32 5E 94 58 3
Octal 1 20 10 136 0 62 136 224 130 3
Binary 1 10000 1000 1011110 0 110010 1011110 10010100 1011000 11

Color Harmonies of #011008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011008

Black with #011008

Text Example


Text Example

White with #011008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011008; }

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

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

background-color css

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

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

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

border-color css

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

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

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