Html Css Color HEX #071F0E Dark Green

📋 copy color: '#071F0E'

red 7 ◦ green 31 ◦ blue 14

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

Shades of Dark Green #071F0E

Tints of Dark Green #071F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 59.62%

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

R = 13.46%
G = 59.62%
B = 26.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.88

RGB Variations

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

Color information

#071F0E (or 0x071F0E) is known color: Dark Green. HEX triplet: 07, 1F and 0E. RGB value is (7,31,14). Sum of RGB (Red+Green+Blue) = 7+31+14=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 31 (12.5% from 255 or 59.62% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 31 - color contains mainly: green. Hex color #071F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071F0E is #F8E0F1. Grayscale: #151515. Windows color (decimal): -16310514 or 925447. OLE color: 925447.

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

Color convert

RGB 7 31 14 -
CMYK 0.77 0 0.55 0.88
HSL 137.5º 0.63% 0.07% -
HSV(B) 137.5º 0.77% 0.12% -
XYZ 0.66 1.06 0.58 -
YUV 21.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 7 31 14 0.77 0 0.55 0.88 137.5 0.63 0.07
Hex 7 1F E 4D 0 37 58 8A 3F 7
Octal 7 37 16 115 0 67 130 212 77 7
Binary 111 11111 1110 1001101 0 110111 1011000 10001010 111111 111

Color Harmonies of #071F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F0E

Black with #071F0E

Text Example


Text Example

White with #071F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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