#071C13

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

Shades of Dark Green #071C13

Tints of Dark Green #071C13

Color information

#071C13 (or 0x071C13) is unknown color: approx Dark Green. HEX triplet: 07, 1C and 13. RGB value is (7,28,19). Sum of RGB (Red+Green+Blue) = 7+28+19=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #071C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C13 is #F8E3EC. Grayscale: #141414. Windows color (decimal): -16311277 or 1252359. OLE color: 1252359.

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

Color convert

RGB72819-
CMYK0.7500.320.89
HSL154.29º60%6.86%-
HSV(B)154.29º75%10.98%-
XYZ0.620.920.76-
YUV20.7127.04118.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.96%
GREEN value IS 28 (11.33% from 255) = 51.85%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=12.96%
G=51.85%
B=35.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal728190.7500.320.89154.29606.86
Hex71C134B020599a3c7
Octal73423113040131232747
Binary111111001001110010110100000101100110011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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