#071B14

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

Shades of Dark Green #071B14

Tints of Dark Green #071B14

Color information

#071B14 (or 0x071B14) is unknown color: approx Dark Green. HEX triplet: 07, 1B and 14. RGB value is (7,27,20). Sum of RGB (Red+Green+Blue) = 7+27+20=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #071B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071B14 is #F8E4EB. Grayscale: #141414. Windows color (decimal): -16311532 or 1317639. OLE color: 1317639.

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

Color convert

RGB72720-
CMYK0.7400.260.89
HSL159º58.82%6.67%-
HSV(B)159º74.07%10.59%-
XYZ0.610.880.8-
YUV20.22127.87118.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.96%
GREEN value IS 27 (10.94% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 37.04%
R=12.96%
G=50%
B=37.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal727200.7400.260.8915958.826.67
Hex71B144A01A599f3b7
Octal73324112032131237737
Binary11111011101001001010011010101100110011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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