Html Css Color HEX #011108 Dark Green

📋 copy color: '#011108'

red 1 ◦ green 17 ◦ blue 8

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

Shades of Dark Green #011108

Tints of Dark Green #011108

RGB

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

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

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

R = 3.85%
G = 65.38%
B = 30.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#011108 (or 0x011108) is known color: Dark Green. HEX triplet: 01, 11 and 08. RGB value is (1,17,8). Sum of RGB (Red+Green+Blue) = 1+17+8=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 17 (7.03% from 255 or 65.38% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 17 - color contains mainly: green. Hex color #011108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011108 is #FEEEF7. Grayscale: #0B0B0B. Windows color (decimal): -16707320 or 528641. OLE color: 528641.

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

Color convert

RGB 1 17 8 -
CMYK 0.94 0 0.53 0.93
HSL 146.25º 0.89% 0.04% -
HSV(B) 146.25º 0.94% 0.07% -
XYZ 0.26 0.42 0.3 -
YUV 11.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 1 17 8 0.94 0 0.53 0.93 146.25 0.89 0.04
Hex 1 11 8 5E 0 35 5D 92 59 4
Octal 1 21 10 136 0 65 135 222 131 4
Binary 1 10001 1000 1011110 0 110101 1011101 10010010 1011001 100

Color Harmonies of #011108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011108

Black with #011108

Text Example


Text Example

White with #011108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011108; }

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

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

background-color css

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

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

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

border-color css

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

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

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