Html Css Color HEX #001207 Dark Green

📋 copy color: '#001207'

red 0 ◦ green 18 ◦ blue 7

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

Shades of Dark Green #001207

Tints of Dark Green #001207

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 18 (7.42% from 255) = 72%

 BLUE value IS 7 (3.13% from 255) = 28%

R = 0%
G = 72%
B = 28%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#001207 (or 0x001207) is known color: Dark Green. HEX triplet: 00, 12 and 07. RGB value is (0,18,7). Sum of RGB (Red+Green+Blue) = 0+18+7=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 18 (7.42% from 255 or 72% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 18 - color contains mainly: green. Hex color #001207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001207 is #FFEDF8. Grayscale: #0B0B0B. Windows color (decimal): -16772601 or 463360. OLE color: 463360.

HSL color Cylindrical-coordinate representation of color #001207: hue angle of 143.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 #001207 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.93.

Color convert

RGB 0 18 7 -
CMYK 1 0 0.61 0.93
HSL 143.33º 1% 0.04% -
HSV(B) 143.33º 1% 0.07% -
XYZ 0.25 0.45 0.27 -
YUV 11.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 0 18 7 1 0 0.61 0.93 143.33 1 0.04
Hex 0 12 7 64 0 3D 5D 8F 64 4
Octal 0 22 7 144 0 75 135 217 144 4
Binary 0 10010 111 1100100 0 111101 1011101 10001111 1100100 100

Color Harmonies of #001207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001207

Black with #001207

Text Example


Text Example

White with #001207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001207; }

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

 H1.HeaderClassName
 {
   color: #001207;
 }
 .AnyTagClassName
 {
   color: #001207;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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