#01160D

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

Shades of Dark Green #01160D

Tints of Dark Green #01160D

Color information

#01160D (or 0x01160D) is unknown color: approx Dark Green. HEX triplet: 01, 16 and 0D. RGB value is (1,22,13). Sum of RGB (Red+Green+Blue) = 1+22+13=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 22 (8.98% from 255 or 61.11% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 22 - color contains mainly: green. Hex color #01160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01160D is #FEE9F2. Grayscale: #0E0E0E. Windows color (decimal): -16706035 or 857601. OLE color: 857601.

HSL color Cylindrical-coordinate representation of color #01160D: hue angle of 154.29º 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 #01160D is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.

Color convert

RGB12213-
CMYK0.9500.410.91
HSL154.29º91.3%4.51%-
HSV(B)154.29º95.45%8.63%-
XYZ0.370.610.48-
YUV14.69127.04118.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 22 (8.98% from 255) = 61.11%
BLUE value IS 13 (5.47% from 255) = 36.11%
R=2.78%
G=61.11%
B=36.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal122130.9500.410.91154.2991.34.51
Hex116D5F0295B9a5b5
Octal126151370511332321335
Binary1101101101101111101010011011011100110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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