Html Css Color HEX #07312B Dark Green

📋 copy color: '#07312B'

red 7 ◦ green 49 ◦ blue 43

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

Shades of Dark Green #07312B

Tints of Dark Green #07312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 43.43%

R = 7.07%
G = 49.49%
B = 43.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#07312B (or 0x07312B) is known color: Dark Green. HEX triplet: 07, 31 and 2B. RGB value is (7,49,43). Sum of RGB (Red+Green+Blue) = 7+49+43=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #07312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07312B is #F8CED4. Grayscale: #232323. Windows color (decimal): -16305877 or 2830599. OLE color: 2830599.

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

Color convert

RGB 7 49 43 -
CMYK 0.86 0 0.12 0.81
HSL 171.43º 0.75% 0.11% -
HSV(B) 171.43º 0.86% 0.19% -
XYZ 1.62 2.42 2.67 -
YUV 35.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 7 49 43 0.86 0 0.12 0.81 171.43 0.75 0.11
Hex 7 31 2B 56 0 C 51 AB 4B B
Octal 7 61 53 126 0 14 121 253 113 13
Binary 111 110001 101011 1010110 0 1100 1010001 10101011 1001011 1011

Color Harmonies of #07312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07312B

Black with #07312B

Text Example


Text Example

White with #07312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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