Html Css Color HEX #01100C Dark Green

📋 copy color: '#01100C'

red 1 ◦ green 16 ◦ blue 12

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

Shades of Dark Green #01100C

Tints of Dark Green #01100C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 41.38%

R = 3.45%
G = 55.17%
B = 41.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.94

RGB Variations

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

Color information

#01100C (or 0x01100C) is known color: Dark Green. HEX triplet: 01, 10 and 0C. RGB value is (1,16,12). Sum of RGB (Red+Green+Blue) = 1+16+12=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 16 (6.64% from 255 or 55.17% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 16 - color contains mainly: green. Hex color #01100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01100C is #FEEFF3. Grayscale: #0B0B0B. Windows color (decimal): -16707572 or 790529. OLE color: 790529.

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

Color convert

RGB 1 16 12 -
CMYK 0.94 0 0.25 0.94
HSL 164º 0.88% 0.03% -
HSV(B) 164º 0.94% 0.06% -
XYZ 0.26 0.4 0.41 -
YUV 11.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 1 16 12 0.94 0 0.25 0.94 164 0.88 0.03
Hex 1 10 C 5E 0 19 5E A4 58 3
Octal 1 20 14 136 0 31 136 244 130 3
Binary 1 10000 1100 1011110 0 11001 1011110 10100100 1011000 11

Color Harmonies of #01100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01100C

Black with #01100C

Text Example


Text Example

White with #01100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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