#071E1D

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

Shades of Dark Green #071E1D

Tints of Dark Green #071E1D

Color information

#071E1D (or 0x071E1D) is unknown color: approx Dark Green. HEX triplet: 07, 1E and 1D. RGB value is (7,30,29). Sum of RGB (Red+Green+Blue) = 7+30+29=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #071E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E1D is #F8E1E2. Grayscale: #161616. Windows color (decimal): -16310755 or 1908231. OLE color: 1908231.

HSL color Cylindrical-coordinate representation of color #071E1D: hue angle of 177.39º degrees, saturation: 0.62, 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 #071E1D is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB73029-
CMYK0.7700.030.88
HSL177.39º62.16%7.25%-
HSV(B)177.39º76.67%11.76%-
XYZ0.771.061.33-
YUV23.01131.38116.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 30 (12.11% from 255) = 45.45%
BLUE value IS 29 (11.72% from 255) = 43.94%
R=10.61%
G=45.45%
B=43.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal730290.7700.030.88177.3962.167.25
Hex71E1D4D0358b13e7
Octal7363511503130261767
Binary11111110111011001101011101100010110001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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