Html Css Color HEX #011112 Dark Green

📋 copy color: '#011112'

red 1 ◦ green 17 ◦ blue 18

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

Shades of Dark Green #011112

Tints of Dark Green #011112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 50%

R = 2.78%
G = 47.22%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#011112 (or 0x011112) is known color: Dark Green. HEX triplet: 01, 11 and 12. RGB value is (1,17,18). Sum of RGB (Red+Green+Blue) = 1+17+18=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #011112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011112 is #FEEEED. Grayscale: #0C0C0C. Windows color (decimal): -16707310 or 1184001. OLE color: 1184001.

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

Color convert

RGB 1 17 18 -
CMYK 0.94 0.06 0 0.93
HSL 183.53º 0.89% 0.04% -
HSV(B) 183.53º 0.94% 0.07% -
XYZ 0.32 0.45 0.64 -
YUV 12.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 1 17 18 0.94 0.06 0 0.93 183.53 0.89 0.04
Hex 1 11 12 5E 6 0 5D B8 59 4
Octal 1 21 22 136 6 0 135 270 131 4
Binary 1 10001 10010 1011110 110 0 1011101 10111000 1011001 100

Color Harmonies of #011112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011112

Black with #011112

Text Example


Text Example

White with #011112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011112; }

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

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

background-color css

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

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

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

border-color css

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

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

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