Html Css Color HEX #071D1C Dark Green

📋 copy color: '#071D1C'

red 7 ◦ green 29 ◦ blue 28

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

Shades of Dark Green #071D1C

Tints of Dark Green #071D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 45.31%

 BLUE value IS 28 (11.33% from 255) = 43.75%

R = 10.94%
G = 45.31%
B = 43.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.89

RGB Variations

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

Color information

#071D1C (or 0x071D1C) is known color: Dark Green. HEX triplet: 07, 1D and 1C. RGB value is (7,29,28). Sum of RGB (Red+Green+Blue) = 7+29+28=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 29 - color contains mainly: green. Hex color #071D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D1C is #F8E2E3. Grayscale: #161616. Windows color (decimal): -16311012 or 1842439. OLE color: 1842439.

HSL color Cylindrical-coordinate representation of color #071D1C: hue angle of 177.27º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #071D1C is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 29 28 -
CMYK 0.76 0 0.03 0.89
HSL 177.27º 0.61% 0.07% -
HSV(B) 177.27º 0.76% 0.11% -
XYZ 0.74 1.01 1.25 -
YUV 22.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 7 29 28 0.76 0 0.03 0.89 177.27 0.61 0.07
Hex 7 1D 1C 4C 0 3 59 B1 3D 7
Octal 7 35 34 114 0 3 131 261 75 7
Binary 111 11101 11100 1001100 0 11 1011001 10110001 111101 111

Color Harmonies of #071D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D1C

Black with #071D1C

Text Example


Text Example

White with #071D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071D1C; }

 p { color: rgb(7,29,28); }

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

background-color css

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

 a { background-color: rgb(7,29,28); }

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

border-color css

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

 span { border-color: rgb(7,29,28); }

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