#071D1D

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

Shades of Dark Green #071D1D

Tints of Dark Green #071D1D

Color information

#071D1D (or 0x071D1D) is unknown color: approx Dark Green. HEX triplet: 07, 1D and 1D. RGB value is (7,29,29). Sum of RGB (Red+Green+Blue) = 7+29+29=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 29 - color contains mainly: green, blue. Hex color #071D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D1D is #F8E2E2. Grayscale: #161616. Windows color (decimal): -16311011 or 1907975. OLE color: 1907975.

HSL color Cylindrical-coordinate representation of color #071D1D: hue angle of 180º 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 #071D1D is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB72929-
CMYK0.76000.89
HSL180º61.11%7.06%-
HSV(B)180º75.86%11.37%-
XYZ0.751.011.32-
YUV22.42131.71117-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.77%
GREEN value IS 29 (11.72% from 255) = 44.62%
BLUE value IS 29 (11.72% from 255) = 44.62%
R=10.77%
G=44.62%
B=44.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal729290.76000.8918061.117.06
Hex71D1D4C0059b43d7
Octal7353511400131264757
Binary1111110111101100110000101100110110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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