Html Css Color HEX #071F12 Dark Green

📋 copy color: '#071F12'

red 7 ◦ green 31 ◦ blue 18

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

Shades of Dark Green #071F12

Tints of Dark Green #071F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 32.14%

R = 12.5%
G = 55.36%
B = 32.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.88

RGB Variations

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

Color information

#071F12 (or 0x071F12) is known color: Dark Green. HEX triplet: 07, 1F and 12. RGB value is (7,31,18). Sum of RGB (Red+Green+Blue) = 7+31+18=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #071F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071F12 is #F8E0ED. Grayscale: #161616. Windows color (decimal): -16310510 or 1187591. OLE color: 1187591.

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

Color convert

RGB 7 31 18 -
CMYK 0.77 0 0.42 0.88
HSL 147.5º 0.63% 0.07% -
HSV(B) 147.5º 0.77% 0.12% -
XYZ 0.69 1.07 0.74 -
YUV 22.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 7 31 18 0.77 0 0.42 0.88 147.5 0.63 0.07
Hex 7 1F 12 4D 0 2A 58 94 3F 7
Octal 7 37 22 115 0 52 130 224 77 7
Binary 111 11111 10010 1001101 0 101010 1011000 10010100 111111 111

Color Harmonies of #071F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F12

Black with #071F12

Text Example


Text Example

White with #071F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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