Html Css Color HEX #000E0D Dark Green

📋 copy color: '#000E0D'

red 0 ◦ green 14 ◦ blue 13

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

Shades of Dark Green #000E0D

Tints of Dark Green #000E0D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 51.85%

 BLUE value IS 13 (5.47% from 255) = 48.15%

R = 0%
G = 51.85%
B = 48.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.95

RGB Variations

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

Color information

#000E0D (or 0x000E0D) is known color: Dark Green. HEX triplet: 00, 0E and 0D. RGB value is (0,14,13). Sum of RGB (Red+Green+Blue) = 0+14+13=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 14 (5.86% from 255 or 51.85% from 27); Blue value is 13 (5.47% from 255 or 48.15% from 27); Max value from RGB is 14 - color contains mainly: green. Hex color #000E0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E0D is #FFF1F2. Grayscale: #090909. Windows color (decimal): -16773619 or 855552. OLE color: 855552.

HSL color Cylindrical-coordinate representation of color #000E0D: hue angle of 175.71º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E0D is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.95.

Color convert

RGB 0 14 13 -
CMYK 1 0 0.07 0.95
HSL 175.71º 1% 0.03% -
HSV(B) 175.71º 1% 0.05% -
XYZ 0.23 0.34 0.43 -
YUV 9.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 0 14 13 1 0 0.07 0.95 175.71 1 0.03
Hex 0 E D 64 0 7 5F B0 64 3
Octal 0 16 15 144 0 7 137 260 144 3
Binary 0 1110 1101 1100100 0 111 1011111 10110000 1100100 11

Color Harmonies of #000E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E0D

Black with #000E0D

Text Example


Text Example

White with #000E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000E0D; }

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

 H1.HeaderClassName
 {
   color: #000E0D;
 }
 .AnyTagClassName
 {
   color: #000E0D;
 }
</style>

background-color css

<style>
 a { background-color: #000E0D; }

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

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

border-color css

<style>
 span { border-color: #000E0D; }

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

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