Html Css Color HEX #001307 Dark Green

📋 copy color: '#001307'

red 0 ◦ green 19 ◦ blue 7

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

Shades of Dark Green #001307

Tints of Dark Green #001307

RGB

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

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

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

R = 0%
G = 73.08%
B = 26.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.63

 K value IS 0.93

RGB Variations

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

Color information

#001307 (or 0x001307) is known color: Dark Green. HEX triplet: 00, 13 and 07. RGB value is (0,19,7). Sum of RGB (Red+Green+Blue) = 0+19+7=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 19 (7.81% from 255 or 73.08% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 19 - color contains mainly: green. Hex color #001307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001307 is #FFECF8. Grayscale: #0B0B0B. Windows color (decimal): -16772345 or 463616. OLE color: 463616.

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

Color convert

RGB 0 19 7 -
CMYK 1 0 0.63 0.93
HSL 142.11º 1% 0.04% -
HSV(B) 142.11º 1% 0.07% -
XYZ 0.27 0.48 0.28 -
YUV 11.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 0 19 7 1 0 0.63 0.93 142.11 1 0.04
Hex 0 13 7 64 0 3F 5D 8E 64 4
Octal 0 23 7 144 0 77 135 216 144 4
Binary 0 10011 111 1100100 0 111111 1011101 10001110 1100100 100

Color Harmonies of #001307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001307

Black with #001307

Text Example


Text Example

White with #001307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001307; }

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

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

background-color css

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

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

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

border-color css

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

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

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