#001912

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

Shades of Dark Green #001912

Tints of Dark Green #001912

Color information

#001912 (or 0x001912) is unknown color: approx Dark Green. HEX triplet: 00, 19 and 12. RGB value is (0,25,18). Sum of RGB (Red+Green+Blue) = 0+25+18=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 25 (10.16% from 255 or 58.14% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 25 - color contains mainly: green. Hex color #001912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001912 is #FFE6ED. Grayscale: #101010. Windows color (decimal): -16770798 or 1186048. OLE color: 1186048.

HSL color Cylindrical-coordinate representation of color #001912: hue angle of 163.2º 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 #001912 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB02518-
CMYK100.280.90
HSL163.2º100%4.9%-
HSV(B)163.2º100%9.8%-
XYZ0.460.740.69-
YUV16.73128.72116.07-

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) = 58.14%
BLUE value IS 18 (7.42% from 255) = 41.86%
R=0%
G=58.14%
B=41.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal02518100.280.90163.21004.9
Hex019126401C5Aa3645
Octal031221440341322431445
Binary0110011001011001000111001011010101000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001912; }

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

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

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

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

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

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

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

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