Html Css Color HEX #071F10 Dark Green

📋 copy color: '#071F10'

red 7 ◦ green 31 ◦ blue 16

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

Shades of Dark Green #071F10

Tints of Dark Green #071F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 29.63%

R = 12.96%
G = 57.41%
B = 29.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.88

RGB Variations

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

Color information

#071F10 (or 0x071F10) is known color: Dark Green. HEX triplet: 07, 1F and 10. RGB value is (7,31,16). Sum of RGB (Red+Green+Blue) = 7+31+16=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 31 (12.5% from 255 or 57.41% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 31 - color contains mainly: green. Hex color #071F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071F10 is #F8E0EF. Grayscale: #161616. Windows color (decimal): -16310512 or 1056519. OLE color: 1056519.

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

Color convert

RGB 7 31 16 -
CMYK 0.77 0 0.48 0.88
HSL 142.5º 0.63% 0.07% -
HSV(B) 142.5º 0.77% 0.12% -
XYZ 0.67 1.06 0.66 -
YUV 22.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 7 31 16 0.77 0 0.48 0.88 142.5 0.63 0.07
Hex 7 1F 10 4D 0 30 58 8E 3F 7
Octal 7 37 20 115 0 60 130 216 77 7
Binary 111 11111 10000 1001101 0 110000 1011000 10001110 111111 111

Color Harmonies of #071F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F10

Black with #071F10

Text Example


Text Example

White with #071F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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