#01160E

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

Shades of Dark Green #01160E

Tints of Dark Green #01160E

Color information

#01160E (or 0x01160E) is unknown color: approx Dark Green. HEX triplet: 01, 16 and 0E. RGB value is (1,22,14). Sum of RGB (Red+Green+Blue) = 1+22+14=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 22 (8.98% from 255 or 59.46% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 22 - color contains mainly: green. Hex color #01160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01160E is #FEE9F1. Grayscale: #0E0E0E. Windows color (decimal): -16706034 or 923137. OLE color: 923137.

HSL color Cylindrical-coordinate representation of color #01160E: hue angle of 157.14º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #01160E is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.91.

Color convert

RGB12214-
CMYK0.9500.360.91
HSL157.14º91.3%4.51%-
HSV(B)157.14º95.45%8.63%-
XYZ0.380.610.51-
YUV14.81127.54118.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 22 (8.98% from 255) = 59.46%
BLUE value IS 14 (5.86% from 255) = 37.84%
R=2.70%
G=59.46%
B=37.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal122140.9500.360.91157.1491.34.51
Hex116E5F0245B9d5b5
Octal126161370441332351335
Binary1101101110101111101001001011011100111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01160E; }

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

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

<style>
 a { background-color: #01160E; }

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

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

<style>
 span { border-color: #01160E; }

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

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