Html Css Color HEX #01110E Dark Green

📋 copy color: '#01110E'

red 1 ◦ green 17 ◦ blue 14

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

Shades of Dark Green #01110E

Tints of Dark Green #01110E

RGB

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

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

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

R = 3.13%
G = 53.13%
B = 43.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.93

RGB Variations

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

Color information

#01110E (or 0x01110E) is known color: Dark Green. HEX triplet: 01, 11 and 0E. RGB value is (1,17,14). Sum of RGB (Red+Green+Blue) = 1+17+14=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 17 (7.03% from 255 or 53.12% from 32); Blue value is 14 (5.86% from 255 or 43.75% from 32); Max value from RGB is 17 - color contains mainly: green. Hex color #01110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01110E is #FEEEF1. Grayscale: #0B0B0B. Windows color (decimal): -16707314 or 921857. OLE color: 921857.

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

Color convert

RGB 1 17 14 -
CMYK 0.94 0 0.18 0.93
HSL 168.75º 0.89% 0.04% -
HSV(B) 168.75º 0.94% 0.07% -
XYZ 0.29 0.44 0.48 -
YUV 11.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 1 17 14 0.94 0 0.18 0.93 168.75 0.89 0.04
Hex 1 11 E 5E 0 12 5D A9 59 4
Octal 1 21 16 136 0 22 135 251 131 4
Binary 1 10001 1110 1011110 0 10010 1011101 10101001 1011001 100

Color Harmonies of #01110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01110E

Black with #01110E

Text Example


Text Example

White with #01110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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