#013111

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

Shades of Dark Green #013111

Tints of Dark Green #013111

Color information

#013111 (or 0x013111) is unknown color: approx Dark Green. HEX triplet: 01, 31 and 11. RGB value is (1,49,17). Sum of RGB (Red+Green+Blue) = 1+49+17=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 49 (19.53% from 255 or 73.13% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 49 - color contains mainly: green. Hex color #013111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013111 is #FECEEE. Grayscale: #1F1F1F. Windows color (decimal): -16699119 or 1126657. OLE color: 1126657.

HSL color Cylindrical-coordinate representation of color #013111: hue angle of 140º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013111 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB14917-
CMYK0.9800.650.81
HSL140º96%9.8%-
HSV(B)140º97.96%19.22%-
XYZ1.212.240.9-
YUV31120.1106.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.49%
GREEN value IS 49 (19.53% from 255) = 73.13%
BLUE value IS 17 (7.03% from 255) = 25.37%
R=1.49%
G=73.13%
B=25.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149170.9800.650.81140969.8
Hex1311162041518c60a
Octal16121142010112121414012
Binary11100011000111000100100000110100011000110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013111; }

 p { color: rgb(1,49,17); }

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

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

 a { background-color: rgb(1,49,17); }

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

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

 span { border-color: rgb(1,49,17); }

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