Html Css Color HEX #01100E Dark Green

📋 copy color: '#01100E'

red 1 ◦ green 16 ◦ blue 14

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

Shades of Dark Green #01100E

Tints of Dark Green #01100E

RGB

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

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

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

R = 3.23%
G = 51.61%
B = 45.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#01100E (or 0x01100E) is known color: Dark Green. HEX triplet: 01, 10 and 0E. RGB value is (1,16,14). Sum of RGB (Red+Green+Blue) = 1+16+14=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 16 (6.64% from 255 or 51.61% from 31); Blue value is 14 (5.86% from 255 or 45.16% from 31); Max value from RGB is 16 - color contains mainly: green. Hex color #01100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01100E is #FEEFF1. Grayscale: #0B0B0B. Windows color (decimal): -16707570 or 921601. OLE color: 921601.

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

Color convert

RGB 1 16 14 -
CMYK 0.94 0 0.13 0.94
HSL 172º 0.88% 0.03% -
HSV(B) 172º 0.94% 0.06% -
XYZ 0.28 0.41 0.48 -
YUV 11.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 1 16 14 0.94 0 0.13 0.94 172 0.88 0.03
Hex 1 10 E 5E 0 D 5E AC 58 3
Octal 1 20 16 136 0 15 136 254 130 3
Binary 1 10000 1110 1011110 0 1101 1011110 10101100 1011000 11

Color Harmonies of #01100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01100E

Black with #01100E

Text Example


Text Example

White with #01100E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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