#071D1A

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

Shades of Dark Green #071D1A

Tints of Dark Green #071D1A

Color information

#071D1A (or 0x071D1A) is unknown color: approx Dark Green. HEX triplet: 07, 1D and 1A. RGB value is (7,29,26). Sum of RGB (Red+Green+Blue) = 7+29+26=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #071D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D1A is #F8E2E5. Grayscale: #161616. Windows color (decimal): -16311014 or 1711367. OLE color: 1711367.

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

Color convert

RGB72926-
CMYK0.7600.100.89
HSL171.82º61.11%7.06%-
HSV(B)171.82º75.86%11.37%-
XYZ0.7111.13-
YUV22.08130.21117.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.29%
GREEN value IS 29 (11.72% from 255) = 46.77%
BLUE value IS 26 (10.55% from 255) = 41.94%
R=11.29%
G=46.77%
B=41.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal729260.7600.100.89171.8261.117.06
Hex71D1A4C0A59ac3d7
Octal73532114012131254757
Binary1111110111010100110001010101100110101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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