Html Css Color HEX #001105 Dark Green

📋 copy color: '#001105'

red 0 ◦ green 17 ◦ blue 5

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

Shades of Dark Green #001105

Tints of Dark Green #001105

RGB

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

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

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

R = 0%
G = 77.27%
B = 22.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.93

RGB Variations

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

Color information

#001105 (or 0x001105) is known color: Dark Green. HEX triplet: 00, 11 and 05. RGB value is (0,17,5). Sum of RGB (Red+Green+Blue) = 0+17+5=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 17 (7.03% from 255 or 77.27% from 22); Blue value is 5 (2.34% from 255 or 22.73% from 22); Max value from RGB is 17 - color contains mainly: green. Hex color #001105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001105 is #FFEEFA. Grayscale: #0A0A0A. Windows color (decimal): -16772859 or 332032. OLE color: 332032.

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

Color convert

RGB 0 17 5 -
CMYK 1 0 0.71 0.93
HSL 137.65º 1% 0.03% -
HSV(B) 137.65º 1% 0.07% -
XYZ 0.23 0.41 0.21 -
YUV 10.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 0 17 5 1 0 0.71 0.93 137.65 1 0.03
Hex 0 11 5 64 0 47 5D 8A 64 3
Octal 0 21 5 144 0 107 135 212 144 3
Binary 0 10001 101 1100100 0 1000111 1011101 10001010 1100100 11

Color Harmonies of #001105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001105

Black with #001105

Text Example


Text Example

White with #001105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001105; }

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

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

background-color css

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

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

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

border-color css

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

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

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