Html Css Color HEX #07311F Dark Green

📋 copy color: '#07311F'

red 7 ◦ green 49 ◦ blue 31

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

Shades of Dark Green #07311F

Tints of Dark Green #07311F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 56.32%

 BLUE value IS 31 (12.5% from 255) = 35.63%

R = 8.05%
G = 56.32%
B = 35.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#07311F (or 0x07311F) is known color: Dark Green. HEX triplet: 07, 31 and 1F. RGB value is (7,49,31). Sum of RGB (Red+Green+Blue) = 7+49+31=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #07311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07311F is #F8CEE0. Grayscale: #222222. Windows color (decimal): -16305889 or 2044167. OLE color: 2044167.

HSL color Cylindrical-coordinate representation of color #07311F: hue angle of 154.29º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07311F is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 49 31 -
CMYK 0.86 0 0.37 0.81
HSL 154.29º 0.75% 0.11% -
HSV(B) 154.29º 0.86% 0.19% -
XYZ 1.43 2.34 1.67 -
YUV 34.39 126.09 108.46 -
System Red Green Blue C M Y K H S L
Decimal 7 49 31 0.86 0 0.37 0.81 154.29 0.75 0.11
Hex 7 31 1F 56 0 25 51 9A 4B B
Octal 7 61 37 126 0 45 121 232 113 13
Binary 111 110001 11111 1010110 0 100101 1010001 10011010 1001011 1011

Color Harmonies of #07311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07311F

Black with #07311F

Text Example


Text Example

White with #07311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07311F; }

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

 H1.HeaderClassName
 {
   color: #07311F;
 }
 .AnyTagClassName
 {
   color: #07311F;
 }
</style>

background-color css

<style>
 a { background-color: #07311F; }

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

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

border-color css

<style>
 span { border-color: #07311F; }

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

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