Html Css Color HEX #001108 Dark Green

📋 copy color: '#001108'

red 0 ◦ green 17 ◦ blue 8

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

Shades of Dark Green #001108

Tints of Dark Green #001108

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 68%
B = 32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#001108 (or 0x001108) is known color: Dark Green. HEX triplet: 00, 11 and 08. RGB value is (0,17,8). Sum of RGB (Red+Green+Blue) = 0+17+8=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 17 (7.03% from 255 or 68% from 25); Blue value is 8 (3.52% from 255 or 32% from 25); Max value from RGB is 17 - color contains mainly: green. Hex color #001108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001108 is #FFEEF7. Grayscale: #0A0A0A. Windows color (decimal): -16772856 or 528640. OLE color: 528640.

HSL color Cylindrical-coordinate representation of color #001108: hue angle of 148.24º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001108 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB 0 17 8 -
CMYK 1 0 0.53 0.93
HSL 148.24º 1% 0.03% -
HSV(B) 148.24º 1% 0.07% -
XYZ 0.24 0.42 0.3 -
YUV 10.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 0 17 8 1 0 0.53 0.93 148.24 1 0.03
Hex 0 11 8 64 0 35 5D 94 64 3
Octal 0 21 10 144 0 65 135 224 144 3
Binary 0 10001 1000 1100100 0 110101 1011101 10010100 1100100 11

Color Harmonies of #001108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001108

Black with #001108

Text Example


Text Example

White with #001108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001108; }

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

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

background-color css

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

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

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

border-color css

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

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

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