Html Css Color HEX #010E0C Dark Green

📋 copy color: '#010E0C'

red 1 ◦ green 14 ◦ blue 12

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

Shades of Dark Green #010E0C

Tints of Dark Green #010E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 44.44%

R = 3.7%
G = 51.85%
B = 44.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.95

RGB Variations

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

Color information

#010E0C (or 0x010E0C) is known color: Dark Green. HEX triplet: 01, 0E and 0C. RGB value is (1,14,12). Sum of RGB (Red+Green+Blue) = 1+14+12=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 14 (5.86% from 255 or 51.85% from 27); Blue value is 12 (5.08% from 255 or 44.44% from 27); Max value from RGB is 14 - color contains mainly: green. Hex color #010E0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E0C is #FEF1F3. Grayscale: #090909. Windows color (decimal): -16708084 or 790017. OLE color: 790017.

HSL color Cylindrical-coordinate representation of color #010E0C: hue angle of 170.77º 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 #010E0C is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.95.

Color convert

RGB 1 14 12 -
CMYK 0.93 0 0.14 0.95
HSL 170.77º 0.87% 0.03% -
HSV(B) 170.77º 0.93% 0.05% -
XYZ 0.24 0.35 0.4 -
YUV 9.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 1 14 12 0.93 0 0.14 0.95 170.77 0.87 0.03
Hex 1 E C 5D 0 E 5F AB 57 3
Octal 1 16 14 135 0 16 137 253 127 3
Binary 1 1110 1100 1011101 0 1110 1011111 10101011 1010111 11

Color Harmonies of #010E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E0C

Black with #010E0C

Text Example


Text Example

White with #010E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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