#010E0A

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

Shades of Dark Green #010E0A

Tints of Dark Green #010E0A

Color information

#010E0A (or 0x010E0A) is unknown color: approx Dark Green. HEX triplet: 01, 0E and 0A. RGB value is (1,14,10). Sum of RGB (Red+Green+Blue) = 1+14+10=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 14 (5.86% from 255 or 56% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 14 - color contains mainly: green. Hex color #010E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E0A is #FEF1F5. Grayscale: #090909. Windows color (decimal): -16708086 or 658945. OLE color: 658945.

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

Color convert

RGB11410-
CMYK0.9300.290.95
HSL161.54º86.67%2.94%-
HSV(B)161.54º92.86%5.49%-
XYZ0.220.340.34-
YUV9.66128.19121.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4%
GREEN value IS 14 (5.86% from 255) = 56%
BLUE value IS 10 (4.30% from 255) = 40%
R=4%
G=56%
B=40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal114100.9300.290.95161.5486.672.94
Hex1EA5D01D5Fa2573
Octal116121350351372421273
Binary1111010101011101011101101111110100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #010E0A;
 }
 .AnyTagClassName
 {
   color: #010E0A;
 }
</style>
background-color css

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

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

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

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

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

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