#071C10

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

Shades of Dark Green #071C10

Tints of Dark Green #071C10

Color information

#071C10 (or 0x071C10) is unknown color: approx Dark Green. HEX triplet: 07, 1C and 10. RGB value is (7,28,16). Sum of RGB (Red+Green+Blue) = 7+28+16=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #071C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C10 is #F8E3EF. Grayscale: #141414. Windows color (decimal): -16311280 or 1055751. OLE color: 1055751.

HSL color Cylindrical-coordinate representation of color #071C10: hue angle of 145.71º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #071C10 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.

Color convert

RGB72816-
CMYK0.7500.430.89
HSL145.71º60%6.86%-
HSV(B)145.71º75%10.98%-
XYZ0.60.910.64-
YUV20.35125.54118.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.73%
GREEN value IS 28 (11.33% from 255) = 54.90%
BLUE value IS 16 (6.64% from 255) = 31.37%
R=13.73%
G=54.90%
B=31.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal728160.7500.430.89145.71606.86
Hex71C104B02B59923c7
Octal73420113053131222747
Binary111111001000010010110101011101100110010010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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