#07140D

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

Shades of Dark Green #07140D

Tints of Dark Green #07140D

Color information

#07140D (or 0x07140D) is unknown color: approx Dark Green. HEX triplet: 07, 14 and 0D. RGB value is (7,20,13). Sum of RGB (Red+Green+Blue) = 7+20+13=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #07140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07140D is #F8EBF2. Grayscale: #0F0F0F. Windows color (decimal): -16313331 or 857095. OLE color: 857095.

HSL color Cylindrical-coordinate representation of color #07140D: hue angle of 147.69º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #07140D is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB72013-
CMYK0.6500.350.92
HSL147.69º48.15%5.29%-
HSV(B)147.69º65%7.84%-
XYZ0.410.570.47-
YUV15.31126.69122.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.5%
GREEN value IS 20 (8.20% from 255) = 50%
BLUE value IS 13 (5.47% from 255) = 32.5%
R=17.5%
G=50%
B=32.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal720130.6500.350.92147.6948.155.29
Hex714D410235C94305
Octal72415101043134224605
Binary11110100110110000010100011101110010010100110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07140D; }

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

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

<style>
 a { background-color: #07140D; }

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

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

<style>
 span { border-color: #07140D; }

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

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