#07312C

Color #07312C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #07312C

Tints of Dark Green #07312C

Color information

#07312C (or 0x07312C) is unknown color: approx Dark Green. HEX triplet: 07, 31 and 2C. RGB value is (7,49,44). Sum of RGB (Red+Green+Blue) = 7+49+44=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #07312C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07312C is #F8CED3. Grayscale: #232323. Windows color (decimal): -16305876 or 2896135. OLE color: 2896135.

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

Color convert

RGB74944-
CMYK0.8600.100.81
HSL172.86º75%10.98%-
HSV(B)172.86º85.71%19.22%-
XYZ1.642.422.76-
YUV35.87132.59107.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 44 (17.58% from 255) = 44%
R=7%
G=49%
B=44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal749440.8600.100.81172.867510.98
Hex7312C560A51ad4bb
Octal7615412601212125511313
Binary11111000110110010101100101010100011010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07312C;
 }
 .AnyTagClassName
 {
   color: #07312C;
 }
</style>
background-color css

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

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

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

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

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

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