#071F11

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

Shades of Dark Green #071F11

Tints of Dark Green #071F11

Color information

#071F11 (or 0x071F11) is unknown color: approx Dark Green. HEX triplet: 07, 1F and 11. RGB value is (7,31,17). Sum of RGB (Red+Green+Blue) = 7+31+17=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 31 (12.5% from 255 or 56.36% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 31 - color contains mainly: green. Hex color #071F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071F11 is #F8E0EE. Grayscale: #161616. Windows color (decimal): -16310511 or 1122055. OLE color: 1122055.

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

Color convert

RGB73117-
CMYK0.7700.450.88
HSL145º63.16%7.45%-
HSV(B)145º77.42%12.16%-
XYZ0.681.070.7-
YUV22.23125.05117.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.73%
GREEN value IS 31 (12.5% from 255) = 56.36%
BLUE value IS 17 (7.03% from 255) = 30.91%
R=12.73%
G=56.36%
B=30.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal731170.7700.450.8814563.167.45
Hex71F114D02D58913f7
Octal73721115055130221777
Binary111111111000110011010101101101100010010001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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