Html Css Color HEX #071F0F Dark Green

📋 copy color: '#071F0F'

red 7 ◦ green 31 ◦ blue 15

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

Shades of Dark Green #071F0F

Tints of Dark Green #071F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 28.3%

R = 13.21%
G = 58.49%
B = 28.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.88

RGB Variations

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

Color information

#071F0F (or 0x071F0F) is known color: Dark Green. HEX triplet: 07, 1F and 0F. RGB value is (7,31,15). Sum of RGB (Red+Green+Blue) = 7+31+15=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #071F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071F0F is #F8E0F0. Grayscale: #161616. Windows color (decimal): -16310513 or 990983. OLE color: 990983.

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

Color convert

RGB 7 31 15 -
CMYK 0.77 0 0.52 0.88
HSL 140º 0.63% 0.07% -
HSV(B) 140º 0.77% 0.12% -
XYZ 0.66 1.06 0.62 -
YUV 22 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 7 31 15 0.77 0 0.52 0.88 140 0.63 0.07
Hex 7 1F F 4D 0 34 58 8C 3F 7
Octal 7 37 17 115 0 64 130 214 77 7
Binary 111 11111 1111 1001101 0 110100 1011000 10001100 111111 111

Color Harmonies of #071F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F0F

Black with #071F0F

Text Example


Text Example

White with #071F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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