Html Css Color HEX #01100D Dark Green

📋 copy color: '#01100D'

red 1 ◦ green 16 ◦ blue 13

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

Shades of Dark Green #01100D

Tints of Dark Green #01100D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 43.33%

R = 3.33%
G = 53.33%
B = 43.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.94

RGB Variations

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

Color information

#01100D (or 0x01100D) is known color: Dark Green. HEX triplet: 01, 10 and 0D. RGB value is (1,16,13). Sum of RGB (Red+Green+Blue) = 1+16+13=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 16 (6.64% from 255 or 53.33% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 16 - color contains mainly: green. Hex color #01100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01100D is #FEEFF2. Grayscale: #0B0B0B. Windows color (decimal): -16707571 or 856065. OLE color: 856065.

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

Color convert

RGB 1 16 13 -
CMYK 0.94 0 0.19 0.94
HSL 168º 0.88% 0.03% -
HSV(B) 168º 0.94% 0.06% -
XYZ 0.27 0.41 0.44 -
YUV 11.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 1 16 13 0.94 0 0.19 0.94 168 0.88 0.03
Hex 1 10 D 5E 0 13 5E A8 58 3
Octal 1 20 15 136 0 23 136 250 130 3
Binary 1 10000 1101 1011110 0 10011 1011110 10101000 1011000 11

Color Harmonies of #01100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01100D

Black with #01100D

Text Example


Text Example

White with #01100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01100D; }

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

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

background-color css

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

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

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

border-color css

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

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

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