Html Css Color HEX #01140E Dark Green

📋 copy color: '#01140E'

red 1 ◦ green 20 ◦ blue 14

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

Shades of Dark Green #01140E

Tints of Dark Green #01140E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 57.14%

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

R = 2.86%
G = 57.14%
B = 40%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#01140E (or 0x01140E) is known color: Dark Green. HEX triplet: 01, 14 and 0E. RGB value is (1,20,14). Sum of RGB (Red+Green+Blue) = 1+20+14=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 20 (8.20% from 255 or 57.14% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 20 - color contains mainly: green. Hex color #01140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01140E is #FEEBF1. Grayscale: #0D0D0D. Windows color (decimal): -16706546 or 922625. OLE color: 922625.

HSL color Cylindrical-coordinate representation of color #01140E: hue angle of 161.05º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #01140E is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 20 14 -
CMYK 0.95 0 0.30 0.92
HSL 161.05º 0.9% 0.04% -
HSV(B) 161.05º 0.95% 0.08% -
XYZ 0.34 0.54 0.5 -
YUV 13.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 1 20 14 0.95 0 0.30 0.92 161.05 0.9 0.04
Hex 1 14 E 5F 0 1E 5C A1 5A 4
Octal 1 24 16 137 0 36 134 241 132 4
Binary 1 10100 1110 1011111 0 11110 1011100 10100001 1011010 100

Color Harmonies of #01140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01140E

Black with #01140E

Text Example


Text Example

White with #01140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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