Html Css Color HEX #071F11 Dark Green

📋 copy color: '#071F11'

red 7 ◦ green 31 ◦ blue 17

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

Shades of Dark Green #071F11

Tints of Dark Green #071F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 30.91%

R = 12.73%
G = 56.36%
B = 30.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.88

RGB Variations

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

Color information

#071F11 (or 0x071F11) is known color: Dark Green. HEX triplet: 07, 1F and 11. RGB value is (7,31,17). Sum of RGB (Red+Green+Blue) = 7+31+17=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 31 (12.5% from 255 or 56.36% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 31 - color contains mainly: green. Hex color #071F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071F11 is #F8E0EE. Grayscale: #161616. Windows color (decimal): -16310511 or 1122055. OLE color: 1122055.

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

Color convert

RGB 7 31 17 -
CMYK 0.77 0 0.45 0.88
HSL 145º 0.63% 0.07% -
HSV(B) 145º 0.77% 0.12% -
XYZ 0.68 1.07 0.7 -
YUV 22.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 7 31 17 0.77 0 0.45 0.88 145 0.63 0.07
Hex 7 1F 11 4D 0 2D 58 91 3F 7
Octal 7 37 21 115 0 55 130 221 77 7
Binary 111 11111 10001 1001101 0 101101 1011000 10010001 111111 111

Color Harmonies of #071F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F11

Black with #071F11

Text Example


Text Example

White with #071F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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