Html Css Color HEX #071C0E Dark Green

📋 copy color: '#071C0E'

red 7 ◦ green 28 ◦ blue 14

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

Shades of Dark Green #071C0E

Tints of Dark Green #071C0E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 57.14%

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

R = 14.29%
G = 57.14%
B = 28.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.89

RGB Variations

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

Color information

#071C0E (or 0x071C0E) is known color: Dark Green. HEX triplet: 07, 1C and 0E. RGB value is (7,28,14). Sum of RGB (Red+Green+Blue) = 7+28+14=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #071C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C0E is #F8E3F1. Grayscale: #141414. Windows color (decimal): -16311282 or 924679. OLE color: 924679.

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

Color convert

RGB 7 28 14 -
CMYK 0.75 0 0.50 0.89
HSL 140º 0.6% 0.07% -
HSV(B) 140º 0.75% 0.11% -
XYZ 0.58 0.91 0.56 -
YUV 20.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 7 28 14 0.75 0 0.50 0.89 140 0.6 0.07
Hex 7 1C E 4B 0 32 59 8C 3C 7
Octal 7 34 16 113 0 62 131 214 74 7
Binary 111 11100 1110 1001011 0 110010 1011001 10001100 111100 111

Color Harmonies of #071C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C0E

Black with #071C0E

Text Example


Text Example

White with #071C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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