#013112

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

Shades of Dark Green #013112

Tints of Dark Green #013112

Color information

#013112 (or 0x013112) is unknown color: approx Dark Green. HEX triplet: 01, 31 and 12. RGB value is (1,49,18). Sum of RGB (Red+Green+Blue) = 1+49+18=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 49 (19.53% from 255 or 72.06% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 49 - color contains mainly: green. Hex color #013112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013112 is #FECEED. Grayscale: #1F1F1F. Windows color (decimal): -16699118 or 1192193. OLE color: 1192193.

HSL color Cylindrical-coordinate representation of color #013112: hue angle of 141.25º 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 #013112 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB14918-
CMYK0.9800.630.81
HSL141.25º96%9.8%-
HSV(B)141.25º97.96%19.22%-
XYZ1.222.250.94-
YUV31.11120.6106.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 49 (19.53% from 255) = 72.06%
BLUE value IS 18 (7.42% from 255) = 26.47%
R=1.47%
G=72.06%
B=26.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149180.9800.630.81141.25969.8
Hex131126203F518d60a
Octal1612214207712121514012
Binary1110001100101100010011111110100011000110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013112; }

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

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

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

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

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

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

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

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