Html Css Color HEX #001204 Dark Green

📋 copy color: '#001204'

red 0 ◦ green 18 ◦ blue 4

#001204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #001204

Tints of Dark Green #001204

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 value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#001204 (or 0x001204) is known color: 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

RGB 0 18 4 -
CMYK 1 0 0.78 0.93
HSL 133.33º 1% 0.04% -
HSV(B) 133.33º 1% 0.07% -
XYZ 0.24 0.44 0.19 -
YUV 11.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 0 18 4 1 0 0.78 0.93 133.33 1 0.04
Hex 0 12 4 64 0 4E 5D 85 64 4
Octal 0 22 4 144 0 116 135 205 144 4
Binary 0 10010 100 1100100 0 1001110 1011101 10000101 1100100 100

Color Harmonies of #001204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001204

Black with #001204

Text Example


Text Example

White with #001204

Text Example


Text Example

HTML Codes & Css Web 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>