#071F1C

Color #071F1C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #071F1C

Tints of Dark Green #071F1C

Color information

#071F1C (or 0x071F1C) is unknown color: approx Dark Green. HEX triplet: 07, 1F and 1C. RGB value is (7,31,28). Sum of RGB (Red+Green+Blue) = 7+31+28=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #071F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F1C is #F8E0E3. Grayscale: #171717. Windows color (decimal): -16310500 or 1842951. OLE color: 1842951.

HSL color Cylindrical-coordinate representation of color #071F1C: hue angle of 172.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #071F1C is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB73128-
CMYK0.7700.100.88
HSL172.5º63.16%7.45%-
HSV(B)172.5º77.42%12.16%-
XYZ0.791.111.27-
YUV23.48130.55116.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 31 (12.5% from 255) = 46.97%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=10.61%
G=46.97%
B=42.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal731280.7700.100.88172.563.167.45
Hex71F1C4D0A58ac3f7
Octal73734115012130254777
Binary1111111111100100110101010101100010101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #071F1C;
 }
 .AnyTagClassName
 {
   color: #071F1C;
 }
</style>
background-color css

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

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

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

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

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

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