#01160B

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

Shades of Dark Green #01160B

Tints of Dark Green #01160B

Color information

#01160B (or 0x01160B) is unknown color: approx Dark Green. HEX triplet: 01, 16 and 0B. RGB value is (1,22,11). Sum of RGB (Red+Green+Blue) = 1+22+11=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 22 (8.98% from 255 or 64.71% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 22 - color contains mainly: green. Hex color #01160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01160B is #FEE9F4. Grayscale: #0E0E0E. Windows color (decimal): -16706037 or 726529. OLE color: 726529.

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

Color convert

RGB12211-
CMYK0.9500.50.91
HSL148.57º91.3%4.51%-
HSV(B)148.57º95.45%8.63%-
XYZ0.360.60.41-
YUV14.47126.04118.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.94%
GREEN value IS 22 (8.98% from 255) = 64.71%
BLUE value IS 11 (4.69% from 255) = 32.35%
R=2.94%
G=64.71%
B=32.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal122110.9500.50.91148.5791.34.51
Hex116B5F0325B955b5
Octal126131370621332251335
Binary1101101011101111101100101011011100101011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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