Html Css Color HEX #01110C Dark Green

📋 copy color: '#01110C'

red 1 ◦ green 17 ◦ blue 12

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

Shades of Dark Green #01110C

Tints of Dark Green #01110C

RGB

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

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

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

R = 3.33%
G = 56.67%
B = 40%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.93

RGB Variations

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

Color information

#01110C (or 0x01110C) is known color: Dark Green. HEX triplet: 01, 11 and 0C. RGB value is (1,17,12). Sum of RGB (Red+Green+Blue) = 1+17+12=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 17 (7.03% from 255 or 56.67% from 30); Blue value is 12 (5.08% from 255 or 40% from 30); Max value from RGB is 17 - color contains mainly: green. Hex color #01110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01110C is #FEEEF3. Grayscale: #0B0B0B. Windows color (decimal): -16707316 or 790785. OLE color: 790785.

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

Color convert

RGB 1 17 12 -
CMYK 0.94 0 0.29 0.93
HSL 161.25º 0.89% 0.04% -
HSV(B) 161.25º 0.94% 0.07% -
XYZ 0.28 0.43 0.42 -
YUV 11.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 1 17 12 0.94 0 0.29 0.93 161.25 0.89 0.04
Hex 1 11 C 5E 0 1D 5D A1 59 4
Octal 1 21 14 136 0 35 135 241 131 4
Binary 1 10001 1100 1011110 0 11101 1011101 10100001 1011001 100

Color Harmonies of #01110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01110C

Black with #01110C

Text Example


Text Example

White with #01110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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