Html Css Color HEX #01120E Dark Green

📋 copy color: '#01120E'

red 1 ◦ green 18 ◦ blue 14

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

Shades of Dark Green #01120E

Tints of Dark Green #01120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 54.55%

 BLUE value IS 14 (5.86% from 255) = 42.42%

R = 3.03%
G = 54.55%
B = 42.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.93

RGB Variations

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

Color information

#01120E (or 0x01120E) is known color: Dark Green. HEX triplet: 01, 12 and 0E. RGB value is (1,18,14). Sum of RGB (Red+Green+Blue) = 1+18+14=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 18 (7.42% from 255 or 54.55% from 33); Blue value is 14 (5.86% from 255 or 42.42% from 33); Max value from RGB is 18 - color contains mainly: green. Hex color #01120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01120E is #FEEDF1. Grayscale: #0C0C0C. Windows color (decimal): -16707058 or 922113. OLE color: 922113.

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

Color convert

RGB 1 18 14 -
CMYK 0.94 0 0.22 0.93
HSL 165.88º 0.89% 0.04% -
HSV(B) 165.88º 0.94% 0.07% -
XYZ 0.31 0.47 0.49 -
YUV 12.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 1 18 14 0.94 0 0.22 0.93 165.88 0.89 0.04
Hex 1 12 E 5E 0 16 5D A6 59 4
Octal 1 22 16 136 0 26 135 246 131 4
Binary 1 10010 1110 1011110 0 10110 1011101 10100110 1011001 100

Color Harmonies of #01120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01120E

Black with #01120E

Text Example


Text Example

White with #01120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01120E; }

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

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

background-color css

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

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

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

border-color css

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

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

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