Html Css Color HEX #071D0E Dark Green

📋 copy color: '#071D0E'

red 7 ◦ green 29 ◦ blue 14

#071D0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #071D0E

Tints of Dark Green #071D0E

RGB

 RED value IS 7 (3.13% from 255) = 14%

 GREEN value IS 29 (11.72% from 255) = 58%

 BLUE value IS 14 (5.86% from 255) = 28%

R = 14%
G = 58%
B = 28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.52

 K value IS 0.89

RGB Variations

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

Color information

#071D0E (or 0x071D0E) is known color: Dark Green. HEX triplet: 07, 1D and 0E. RGB value is (7,29,14). Sum of RGB (Red+Green+Blue) = 7+29+14=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 29 (11.72% from 255 or 58% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 29 - color contains mainly: green. Hex color #071D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071D0E is #F8E2F1. Grayscale: #141414. Windows color (decimal): -16311026 or 924935. OLE color: 924935.

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

Color convert

RGB 7 29 14 -
CMYK 0.76 0 0.52 0.89
HSL 139.09º 0.61% 0.07% -
HSV(B) 139.09º 0.76% 0.11% -
XYZ 0.61 0.96 0.57 -
YUV 20.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 7 29 14 0.76 0 0.52 0.89 139.09 0.61 0.07
Hex 7 1D E 4C 0 34 59 8B 3D 7
Octal 7 35 16 114 0 64 131 213 75 7
Binary 111 11101 1110 1001100 0 110100 1011001 10001011 111101 111

Color Harmonies of #071D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D0E

Black with #071D0E

Text Example


Text Example

White with #071D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,29,14); }

 H1.HeaderClassName
 {
   color: #071D0E;
 }
 .AnyTagClassName
 {
   color: #071D0E;
 }
</style>

background-color css

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

 a { background-color: rgb(7,29,14); }

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

border-color css

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

 span { border-color: rgb(7,29,14); }

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