#001612

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

Shades of Dark Green #001612

Tints of Dark Green #001612

Color information

#001612 (or 0x001612) is unknown color: approx Dark Green. HEX triplet: 00, 16 and 12. RGB value is (0,22,18). Sum of RGB (Red+Green+Blue) = 0+22+18=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 22 (8.98% from 255 or 55% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 22 - color contains mainly: green. Hex color #001612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001612 is #FFE9ED. Grayscale: #0E0E0E. Windows color (decimal): -16771566 or 1185280. OLE color: 1185280.

HSL color Cylindrical-coordinate representation of color #001612: hue angle of 169.09º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001612 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB02218-
CMYK100.180.91
HSL169.09º100%4.31%-
HSV(B)169.09º100%8.63%-
XYZ0.40.620.67-
YUV14.97129.71117.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 55%
BLUE value IS 18 (7.42% from 255) = 45%
R=0%
G=55%
B=45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal02218100.180.91169.091004.31
Hex01612640125Ba9644
Octal026221440221332511444
Binary0101101001011001000100101011011101010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001612; }

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

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

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

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

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

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

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

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