#001204

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

Shades of Dark Green #001204

Tints of Dark Green #001204

Color information

#001204 (or 0x001204) is unknown color: approx Dark Green. HEX triplet: 00, 12 and 04. RGB value is (0,18,4). Sum of RGB (Red+Green+Blue) = 0+18+4=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 18 (7.42% from 255 or 81.82% from 22); Blue value is 4 (1.95% from 255 or 18.18% from 22); Max value from RGB is 18 - color contains mainly: green. Hex color #001204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001204 is #FFEDFB. Grayscale: #0B0B0B. Windows color (decimal): -16772604 or 266752. OLE color: 266752.

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

Color convert

RGB0184-
CMYK100.780.93
HSL133.33º100%3.53%-
HSV(B)133.33º100%7.06%-
XYZ0.240.440.19-
YUV11.02124.04120.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 81.82%
BLUE value IS 4 (1.95% from 255) = 18.18%
R=0%
G=81.82%
B=18.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0184100.780.93133.331003.53
Hex01246404E5D85644
Octal022414401161352051444
Binary0100101001100100010011101011101100001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001204; }

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

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

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

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

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

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

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

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