Html Css Color HEX #00140E Dark Green

📋 copy color: '#00140E'

red 0 ◦ green 20 ◦ blue 14

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

Shades of Dark Green #00140E

Tints of Dark Green #00140E

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 58.82%
B = 41.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#00140E (or 0x00140E) is known color: Dark Green. HEX triplet: 00, 14 and 0E. RGB value is (0,20,14). Sum of RGB (Red+Green+Blue) = 0+20+14=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 14 (5.86% from 255 or 41.18% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #00140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00140E is #FFEBF1. Grayscale: #0D0D0D. Windows color (decimal): -16772082 or 922624. OLE color: 922624.

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

Color convert

RGB 0 20 14 -
CMYK 1 0 0.30 0.92
HSL 162º 1% 0.04% -
HSV(B) 162º 1% 0.08% -
XYZ 0.33 0.53 0.5 -
YUV 13.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 0 20 14 1 0 0.30 0.92 162 1 0.04
Hex 0 14 E 64 0 1E 5C A2 64 4
Octal 0 24 16 144 0 36 134 242 144 4
Binary 0 10100 1110 1100100 0 11110 1011100 10100010 1100100 100

Color Harmonies of #00140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00140E

Black with #00140E

Text Example


Text Example

White with #00140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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