#013117

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

Shades of Dark Green #013117

Tints of Dark Green #013117

Color information

#013117 (or 0x013117) is unknown color: approx Dark Green. HEX triplet: 01, 31 and 17. RGB value is (1,49,23). Sum of RGB (Red+Green+Blue) = 1+49+23=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 49 (19.53% from 255 or 67.12% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 49 - color contains mainly: green. Hex color #013117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013117 is #FECEE8. Grayscale: #1F1F1F. Windows color (decimal): -16699113 or 1519873. OLE color: 1519873.

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

Color convert

RGB14923-
CMYK0.9800.530.81
HSL147.5º96%9.8%-
HSV(B)147.5º97.96%19.22%-
XYZ1.272.261.18-
YUV31.68123.1106.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.37%
GREEN value IS 49 (19.53% from 255) = 67.12%
BLUE value IS 23 (9.38% from 255) = 31.51%
R=1.37%
G=67.12%
B=31.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149230.9800.530.81147.5969.8
Hex1311762035519460a
Octal1612714206512122414012
Binary1110001101111100010011010110100011001010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013117; }

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

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

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

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

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

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

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

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