#071E14

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

Shades of Dark Green #071E14

Tints of Dark Green #071E14

Color information

#071E14 (or 0x071E14) is unknown color: approx Dark Green. HEX triplet: 07, 1E and 14. RGB value is (7,30,20). Sum of RGB (Red+Green+Blue) = 7+30+20=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #071E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071E14 is #F8E1EB. Grayscale: #161616. Windows color (decimal): -16310764 or 1318407. OLE color: 1318407.

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

Color convert

RGB73020-
CMYK0.7700.330.88
HSL153.91º62.16%7.25%-
HSV(B)153.91º76.67%11.76%-
XYZ0.681.020.82-
YUV21.98126.88117.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.28%
GREEN value IS 30 (12.11% from 255) = 52.63%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=12.28%
G=52.63%
B=35.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal730200.7700.330.88153.9162.167.25
Hex71E144D021589a3e7
Octal73624115041130232767
Binary111111101010010011010100001101100010011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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