Html Css Color HEX #071312 Dark Green

📋 copy color: '#071312'

red 7 ◦ green 19 ◦ blue 18

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

Shades of Dark Green #071312

Tints of Dark Green #071312

RGB

 RED value IS 7 (3.13% from 255) = 15.91%

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

 BLUE value IS 18 (7.42% from 255) = 40.91%

R = 15.91%
G = 43.18%
B = 40.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#071312 (or 0x071312) is known color: Dark Green. HEX triplet: 07, 13 and 12. RGB value is (7,19,18). Sum of RGB (Red+Green+Blue) = 7+19+18=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 19 - color contains mainly: green. Hex color #071312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071312 is #F8ECED. Grayscale: #0F0F0F. Windows color (decimal): -16313582 or 1184519. OLE color: 1184519.

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

Color convert

RGB 7 19 18 -
CMYK 0.63 0 0.05 0.93
HSL 175º 0.46% 0.05% -
HSV(B) 175º 0.63% 0.07% -
XYZ 0.43 0.55 0.66 -
YUV 15.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 7 19 18 0.63 0 0.05 0.93 175 0.46 0.05
Hex 7 13 12 3F 0 5 5D AF 2E 5
Octal 7 23 22 77 0 5 135 257 56 5
Binary 111 10011 10010 111111 0 101 1011101 10101111 101110 101

Color Harmonies of #071312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071312

Black with #071312

Text Example


Text Example

White with #071312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071312; }

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

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

background-color css

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

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

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

border-color css

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

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

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