#010E0C

Color #010E0C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #010E0C

Tints of Dark Green #010E0C

Color information

#010E0C (or 0x010E0C) is unknown color: approx 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

RGB11412-
CMYK0.9300.140.95
HSL170.77º86.67%2.94%-
HSV(B)170.77º92.86%5.49%-
XYZ0.240.350.4-
YUV9.88129.19121.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.70%
GREEN value IS 14 (5.86% from 255) = 51.85%
BLUE value IS 12 (5.08% from 255) = 44.44%
R=3.70%
G=51.85%
B=44.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal114120.9300.140.95170.7786.672.94
Hex1EC5D0E5Fab573
Octal116141350161372531273
Binary111101100101110101110101111110101011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>