Html Css Color HEX #07312D Dark Green

📋 copy color: '#07312D'

red 7 ◦ green 49 ◦ blue 45

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

Shades of Dark Green #07312D

Tints of Dark Green #07312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 44.55%

R = 6.93%
G = 48.51%
B = 44.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#07312D (or 0x07312D) is known color: Dark Green. HEX triplet: 07, 31 and 2D. RGB value is (7,49,45). Sum of RGB (Red+Green+Blue) = 7+49+45=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #07312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07312D is #F8CED2. Grayscale: #232323. Windows color (decimal): -16305875 or 2961671. OLE color: 2961671.

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

Color convert

RGB 7 49 45 -
CMYK 0.86 0 0.08 0.81
HSL 174.29º 0.75% 0.11% -
HSV(B) 174.29º 0.86% 0.19% -
XYZ 1.66 2.43 2.86 -
YUV 35.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 7 49 45 0.86 0 0.08 0.81 174.29 0.75 0.11
Hex 7 31 2D 56 0 8 51 AE 4B B
Octal 7 61 55 126 0 10 121 256 113 13
Binary 111 110001 101101 1010110 0 1000 1010001 10101110 1001011 1011

Color Harmonies of #07312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07312D

Black with #07312D

Text Example


Text Example

White with #07312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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