#001913

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

Shades of Dark Green #001913

Tints of Dark Green #001913

Color information

#001913 (or 0x001913) is unknown color: approx Dark Green. HEX triplet: 00, 19 and 13. RGB value is (0,25,19). Sum of RGB (Red+Green+Blue) = 0+25+19=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 25 (10.16% from 255 or 56.82% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 25 - color contains mainly: green. Hex color #001913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001913 is #FFE6EC. Grayscale: #101010. Windows color (decimal): -16770797 or 1251584. OLE color: 1251584.

HSL color Cylindrical-coordinate representation of color #001913: hue angle of 165.6º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001913 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB02519-
CMYK100.240.90
HSL165.6º100%4.9%-
HSV(B)165.6º100%9.8%-
XYZ0.470.740.73-
YUV16.84129.22115.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 56.82%
BLUE value IS 19 (7.81% from 255) = 43.18%
R=0%
G=56.82%
B=43.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal02519100.240.90165.61004.9
Hex01913640185Aa6645
Octal031231440301322461445
Binary0110011001111001000110001011010101001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001913; }

 p { color: rgb(0,25,19); }

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

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

 a { background-color: rgb(0,25,19); }

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

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

 span { border-color: rgb(0,25,19); }

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