Html Css Color HEX #010E0D Dark Green

📋 copy color: '#010E0D'

red 1 ◦ green 14 ◦ blue 13

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

Shades of Dark Green #010E0D

Tints of Dark Green #010E0D

RGB

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

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

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

R = 3.57%
G = 50%
B = 46.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.95

RGB Variations

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

Color information

#010E0D (or 0x010E0D) is known color: Dark Green. HEX triplet: 01, 0E and 0D. RGB value is (1,14,13). Sum of RGB (Red+Green+Blue) = 1+14+13=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 14 (5.86% from 255 or 50% from 28); Blue value is 13 (5.47% from 255 or 46.43% from 28); Max value from RGB is 14 - color contains mainly: green. Hex color #010E0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E0D is #FEF1F2. Grayscale: #090909. Windows color (decimal): -16708083 or 855553. OLE color: 855553.

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

Color convert

RGB 1 14 13 -
CMYK 0.93 0 0.07 0.95
HSL 175.38º 0.87% 0.03% -
HSV(B) 175.38º 0.93% 0.05% -
XYZ 0.24 0.35 0.44 -
YUV 10 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 1 14 13 0.93 0 0.07 0.95 175.38 0.87 0.03
Hex 1 E D 5D 0 7 5F AF 57 3
Octal 1 16 15 135 0 7 137 257 127 3
Binary 1 1110 1101 1011101 0 111 1011111 10101111 1010111 11

Color Harmonies of #010E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E0D

Black with #010E0D

Text Example


Text Example

White with #010E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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