Html Css Color HEX #07311D Dark Green

📋 copy color: '#07311D'

red 7 ◦ green 49 ◦ blue 29

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

Shades of Dark Green #07311D

Tints of Dark Green #07311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 34.12%

R = 8.24%
G = 57.65%
B = 34.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.81

RGB Variations

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

Color information

#07311D (or 0x07311D) is known color: Dark Green. HEX triplet: 07, 31 and 1D. RGB value is (7,49,29). Sum of RGB (Red+Green+Blue) = 7+49+29=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #07311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07311D is #F8CEE2. Grayscale: #222222. Windows color (decimal): -16305891 or 1913095. OLE color: 1913095.

HSL color Cylindrical-coordinate representation of color #07311D: hue angle of 151.43º 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 #07311D is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 49 29 -
CMYK 0.86 0 0.41 0.81
HSL 151.43º 0.75% 0.11% -
HSV(B) 151.43º 0.86% 0.19% -
XYZ 1.41 2.33 1.54 -
YUV 34.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 7 49 29 0.86 0 0.41 0.81 151.43 0.75 0.11
Hex 7 31 1D 56 0 29 51 97 4B B
Octal 7 61 35 126 0 51 121 227 113 13
Binary 111 110001 11101 1010110 0 101001 1010001 10010111 1001011 1011

Color Harmonies of #07311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07311D

Black with #07311D

Text Example


Text Example

White with #07311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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