#071A0D

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

Shades of Dark Green #071A0D

Tints of Dark Green #071A0D

Color information

#071A0D (or 0x071A0D) is unknown color: approx Dark Green. HEX triplet: 07, 1A and 0D. RGB value is (7,26,13). Sum of RGB (Red+Green+Blue) = 7+26+13=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 26 (10.55% from 255 or 56.52% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 26 - color contains mainly: green. Hex color #071A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071A0D is #F8E5F2. Grayscale: #121212. Windows color (decimal): -16311795 or 858631. OLE color: 858631.

HSL color Cylindrical-coordinate representation of color #071A0D: hue angle of 138.95º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #071A0D is Cyan = 0.73, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.

Color convert

RGB72613-
CMYK0.7300.50.90
HSL138.95º57.58%6.47%-
HSV(B)138.95º73.08%10.2%-
XYZ0.530.810.51-
YUV18.84124.71119.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.22%
GREEN value IS 26 (10.55% from 255) = 56.52%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=15.22%
G=56.52%
B=28.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal726130.7300.50.90138.9557.586.47
Hex71AD490325A8b3a6
Octal73215111062132213726
Binary11111010110110010010110010101101010001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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