Html Css Color HEX #011307 Dark Green

📋 copy color: '#011307'

red 1 ◦ green 19 ◦ blue 7

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

Shades of Dark Green #011307

Tints of Dark Green #011307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 70.37%

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

R = 3.7%
G = 70.37%
B = 25.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.93

RGB Variations

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

Color information

#011307 (or 0x011307) is known color: Dark Green. HEX triplet: 01, 13 and 07. RGB value is (1,19,7). Sum of RGB (Red+Green+Blue) = 1+19+7=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 19 (7.81% from 255 or 70.37% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 19 - color contains mainly: green. Hex color #011307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011307 is #FEECF8. Grayscale: #0C0C0C. Windows color (decimal): -16706809 or 463617. OLE color: 463617.

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

Color convert

RGB 1 19 7 -
CMYK 0.95 0 0.63 0.93
HSL 140º 0.9% 0.04% -
HSV(B) 140º 0.95% 0.07% -
XYZ 0.28 0.49 0.28 -
YUV 12.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 1 19 7 0.95 0 0.63 0.93 140 0.9 0.04
Hex 1 13 7 5F 0 3F 5D 8C 5A 4
Octal 1 23 7 137 0 77 135 214 132 4
Binary 1 10011 111 1011111 0 111111 1011101 10001100 1011010 100

Color Harmonies of #011307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011307

Black with #011307

Text Example


Text Example

White with #011307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011307; }

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

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

background-color css

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

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

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

border-color css

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

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

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