Html Css Color HEX #011207 Dark Green

📋 copy color: '#011207'

red 1 ◦ green 18 ◦ blue 7

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

Shades of Dark Green #011207

Tints of Dark Green #011207

RGB

 RED value IS 1 (0.78% from 255) = 3.85%

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

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

R = 3.85%
G = 69.23%
B = 26.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#011207 (or 0x011207) is known color: Dark Green. HEX triplet: 01, 12 and 07. RGB value is (1,18,7). Sum of RGB (Red+Green+Blue) = 1+18+7=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 18 (7.42% from 255 or 69.23% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 18 - color contains mainly: green. Hex color #011207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011207 is #FEEDF8. Grayscale: #0B0B0B. Windows color (decimal): -16707065 or 463361. OLE color: 463361.

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

Color convert

RGB 1 18 7 -
CMYK 0.94 0 0.61 0.93
HSL 141.18º 0.89% 0.04% -
HSV(B) 141.18º 0.94% 0.07% -
XYZ 0.27 0.45 0.27 -
YUV 11.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 1 18 7 0.94 0 0.61 0.93 141.18 0.89 0.04
Hex 1 12 7 5E 0 3D 5D 8D 59 4
Octal 1 22 7 136 0 75 135 215 131 4
Binary 1 10010 111 1011110 0 111101 1011101 10001101 1011001 100

Color Harmonies of #011207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011207

Black with #011207

Text Example


Text Example

White with #011207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011207; }

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

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

background-color css

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

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

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

border-color css

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

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

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